From 8423e6660baab075f32cee290d9c209b42daec23 Mon Sep 17 00:00:00 2001 From: Ryan Chen Date: Fri, 26 Sep 2025 10:42:45 -0400 Subject: [PATCH] I terrify myself --- main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.py b/main.py index 615b4b0..7bb306a 100644 --- a/main.py +++ b/main.py @@ -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)