diff --git a/find_posts.py b/find_posts.py index 548c7f8..1960a25 100644 --- a/find_posts.py +++ b/find_posts.py @@ -236,7 +236,7 @@ def get_timeline(server, access_token, max): toots = toots + response.json() except Exception as ex: log(f"Error getting timeline toots: {ex}") - sys.exit(1) + raise log(f"Found {len(toots)} toots in timeline")