Remove even more debug code

This commit is contained in:
Mint 2023-03-13 01:50:04 +03:00
parent 4cf4164ad7
commit 8e1763cd2e

View file

@ -34,7 +34,6 @@ def send_bot_post(instance: str, blocks: dict):
req = post(f"{config['bot_instance']}/api/v1/statuses", req = post(f"{config['bot_instance']}/api/v1/statuses",
data={"status":message, "visibility":config['bot_visibility'], "content_type":"text/plain"}, data={"status":message, "visibility":config['bot_visibility'], "content_type":"text/plain"},
headers=botheaders, timeout=10).json() headers=botheaders, timeout=10).json()
print(req)
return True return True
def get_mastodon_blocks(domain: str) -> dict: def get_mastodon_blocks(domain: str) -> dict: