fix how we deal with failure to get timeline toots
This commit is contained in:
parent
79b69e7fdc
commit
38231cc4f6
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue