mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
fixed a mistake in a comment
This commit is contained in:
parent
c30039bc0e
commit
ed08240619
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ def scrape_posts(account):
|
|||
pleroma = 'next' not in j
|
||||
if pleroma:
|
||||
if 'first' in j:
|
||||
# backwards compatibility for older (pre-v1.0.4) pleroma instances
|
||||
# backwards compatibility for older (pre-v1.0.7) pleroma instances
|
||||
j = j['first']
|
||||
else:
|
||||
uri = "{}&min_id={}".format(outbox, last_post)
|
||||
|
|
Loading…
Reference in a new issue