I terrify myself

This commit is contained in:
2025-09-26 10:43:58 -04:00
parent 8423e6660b
commit 9335960d8c

View File

@@ -53,7 +53,7 @@ def convert(uuid):
ghost_payload = request.get_json()
discord_payload = convert_ghost_to_discord(ghost_payload)
r = httpx.post(webhook, data=discord_payload)
r = httpx.post(webhook, json=discord_payload)
print(r)
return "yay"