From eae4dc3a52e5ff4ca59c9b931960707d2a330958 Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Tue, 4 Nov 2025 19:06:43 -0500 Subject: [PATCH] Add discord webhook URL to secrets for notification integration --- secrets.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/secrets.py b/secrets.py index 4d1d2c6..8e00276 100644 --- a/secrets.py +++ b/secrets.py @@ -1,4 +1,5 @@ secrets = { 'ssid': 'GOOGL', - 'password': 'f33d1Eat2@986' + 'password': 'f33d1Eat2@986', + 'discord_webhook_url': 'https://discord.com/api/webhooks/1199545130378608650/UyJj0e-YuSlmVZD87zaHitXZLC55RP6LVBUv3nt9ZWr6d4AGzSGKZ-zI6V_VwA6I4qSq' # Add this line } \ No newline at end of file