fixed a bug that broke mastodon compatibility
This commit is contained in:
parent
bae9c69d17
commit
a16c32ac2e
1 changed files with 0 additions and 1 deletions
1
main.py
1
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
|
||||
|
|
Loading…
Reference in a new issue