From: Mint <> Date: Sun, 12 Mar 2023 22:50:04 +0000 (+0300) Subject: Remove even more debug code X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8e1763cd2e855ff77c3aacbf51e399f1e19852ef;p=fba.git Remove even more debug code --- 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: