From 719397e7b2dbe2d2c2da96c868ec588754ffb490 Mon Sep 17 00:00:00 2001 From: Mint <> Date: Sat, 3 Sep 2022 18:46:48 +0300 Subject: [PATCH] Forgot to remove debug string --- fetch_blocks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fetch_blocks.py b/fetch_blocks.py index 1bf0477..9b71b6a 100644 --- a/fetch_blocks.py +++ b/fetch_blocks.py @@ -319,7 +319,6 @@ for blocker, software in c.fetchall(): federation = get( f"https://{blocker}/api/v1/instance/peers?filter=suspended", headers=headers, timeout=5 ).json() - print(federation) for peer in federation: blocked = peer["domain"].lower() blocker = blocker.lower()