I terrify myself

This commit is contained in:
2025-09-26 10:41:40 -04:00
parent 966e14797a
commit ac1569e7af

View File

@@ -55,9 +55,10 @@ def convert(uuid):
print(ghost_payload) print(ghost_payload)
discord_payload = convert_ghost_to_discord(ghost_payload) discord_payload = convert_ghost_to_discord(ghost_payload)
httpx.post(webhook, data=discord_payload) r = httpx.post(webhook, data=discord_payload)
print(r)
return 200 return "yay"