Refactor secrets.py: add discord_alert_webhook_url for alerts and clarify existing webhook usage

This commit is contained in:
Aaron 2025-11-04 19:57:52 -05:00
parent e52e1a4f6b
commit 4a3e52d846

View File

@ -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
}