From 8e1763cd2e855ff77c3aacbf51e399f1e19852ef Mon Sep 17 00:00:00 2001 From: Mint <> Date: Mon, 13 Mar 2023 01:50:04 +0300 Subject: [PATCH] Remove even more debug code --- fetch_blocks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fetch_blocks.py b/fetch_blocks.py index c99fed6..614c17e 100644 --- a/fetch_blocks.py +++ b/fetch_blocks.py @@ -34,7 +34,6 @@ def send_bot_post(instance: str, blocks: dict): req = post(f"{config['bot_instance']}/api/v1/statuses", data={"status":message, "visibility":config['bot_visibility'], "content_type":"text/plain"}, headers=botheaders, timeout=10).json() - print(req) return True def get_mastodon_blocks(domain: str) -> dict: -- 2.39.2