From: Mint <> Date: Sat, 3 Sep 2022 15:46:48 +0000 (+0300) Subject: Forgot to remove debug string X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=719397e7b2dbe2d2c2da96c868ec588754ffb490;p=fba.git Forgot to remove debug string --- 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()