From ed704dd66a4f985b851f46f3aaa87001354a76be Mon Sep 17 00:00:00 2001 From: Mint <> Date: Wed, 24 Aug 2022 09:23:42 +0300 Subject: [PATCH] Goddamn --- fetch_blocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch_blocks.py b/fetch_blocks.py index 76ca647..924c4bb 100644 --- a/fetch_blocks.py +++ b/fetch_blocks.py @@ -204,7 +204,7 @@ for blocker, software in c.fetchall(): conn.commit() except Exception as e: print("error:", e, blocker) - elif software == "friendica" + elif software == "friendica": print(blocker) try: json = get_friendica_blocks(blocker) -- 2.39.5