]> git.mxchange.org Git - fba.git/commitdiff
Remove even more debug code
authorMint <>
Sun, 12 Mar 2023 22:50:04 +0000 (01:50 +0300)
committerMint <>
Sun, 12 Mar 2023 22:50:04 +0000 (01:50 +0300)
fetch_blocks.py

index c99fed678384c6da2316fe815a28673d1920f4db..614c17ea6caa16f6de7fa00c1b92c1eb554ebf5d 100644 (file)
@@ -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: