From 4a3e52d846c2e7d5f82e1e7372be2706063934cb Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Tue, 4 Nov 2025 19:57:52 -0500 Subject: [PATCH] Refactor secrets.py: add discord_alert_webhook_url for alerts and clarify existing webhook usage --- secrets.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/secrets.py b/secrets.py index 8e00276..ce02e5e 100644 --- a/secrets.py +++ b/secrets.py @@ -1,5 +1,6 @@ secrets = { 'ssid': 'GOOGL', 'password': 'f33d1Eat2@986', - 'discord_webhook_url': 'https://discord.com/api/webhooks/1199545130378608650/UyJj0e-YuSlmVZD87zaHitXZLC55RP6LVBUv3nt9ZWr6d4AGzSGKZ-zI6V_VwA6I4qSq' # Add this line + 'discord_webhook_url': 'https://discord.com/api/webhooks/1199545130378608650/UyJj0e-YuSlmVZD87zaHitXZLC55RP6LVBUv3nt9ZWr6d4AGzSGKZ-zI6V_VwA6I4qSq', # normal updates + 'discord_alert_webhook_url': 'https://discord.com/api/webhooks/1435432382110109706/pxS971lwhBbuGd2cIK46mR6Jum-BBDSoCLg_4VYSpV0dia4fNVCjez73ue3JaI29Vtdx', # alerts only } \ No newline at end of file