I terrify myself

This commit is contained in:
2025-09-26 10:42:45 -04:00
parent ac1569e7af
commit 8423e6660b

View File

@@ -50,9 +50,7 @@ def home():
def convert(uuid):
lookup = populate_webhook_lookup()
webhook = lookup.get(uuid)
print(lookup)
ghost_payload = request.get_json()
print(ghost_payload)
discord_payload = convert_ghost_to_discord(ghost_payload)
r = httpx.post(webhook, data=discord_payload)