Forgot to remove debug string
This commit is contained in:
parent
2da00e4e3b
commit
719397e7b2
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user