This commit is contained in:
2025-11-05 12:23:45 -05:00
parent 93b67a9142
commit 2fba3367ab

6
secrets.example.py Normal file
View File

@@ -0,0 +1,6 @@
secrets = {
'ssid': ' Change_to_wifi_SSID',
'password': 'Change_to_wifi_Pasword',
'discord_webhook_url': 'https://discord.com/api/webhooks/key/long-Combination_1234-ChangeMe', # normal updates
'discord_alert_webhook_url': 'https://discord.com/api/webhooks/key/long-Combination_1234-ChangeMe', # alerts only
}