From ed08240619a90c37181ecda1c9e5826fb9e712e2 Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Tue, 10 Mar 2020 17:33:04 +1000 Subject: [PATCH] fixed a mistake in a comment --- app/scrape.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scrape.py b/app/scrape.py index 205b065..13a876a 100644 --- a/app/scrape.py +++ b/app/scrape.py @@ -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)