]> git.mxchange.org Git - fba.git/commitdiff
Forgot to remove debug string
authorMint <>
Sat, 3 Sep 2022 15:46:48 +0000 (18:46 +0300)
committerMint <>
Sat, 3 Sep 2022 15:46:48 +0000 (18:46 +0300)
fetch_blocks.py

index 1bf04773f449e0a53a6ee1339cecdfe76e353948..9b71b6a34a13bef522ba5f73a128686f990f3bbc 100644 (file)
@@ -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()