From a16c32ac2e7b8d458b0bd8ac3cae60a3b57f9f85 Mon Sep 17 00:00:00 2001 From: Lynne Date: Fri, 9 Nov 2018 21:22:58 +1000 Subject: [PATCH] fixed a bug that broke mastodon compatibility --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index fbdb1e0..0cb931a 100755 --- a/main.py +++ b/main.py @@ -174,7 +174,6 @@ for f in following: uri = "{}/outbox?page=true&min_id={}".format(uri, last_toot) r = requests.get(uri) j = r.json() - j = j['first'] print("Downloading and parsing toots", end='', flush=True) done = False