Remove even more debug code
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user