fixed a mistake in a comment

This commit is contained in:
Lynne Megido 2020-03-10 17:33:04 +10:00
parent c30039bc0e
commit ed08240619
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

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