fixed a bug that broke mastodon compatibility

This commit is contained in:
Lynne 2018-11-09 21:22:58 +10:00
parent bae9c69d17
commit a16c32ac2e
1 changed files with 0 additions and 1 deletions

View File

@ -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