From 550b50f74e4c0f0d8f46569c2f496a6198edbd4b Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 19 Dec 2024 17:06:24 -0800 Subject: [PATCH] Update settings.py --- modules/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/settings.py b/modules/settings.py index 5c51255..fd43147 100644 --- a/modules/settings.py +++ b/modules/settings.py @@ -170,7 +170,7 @@ try: numWxAlerts = config['location'].getint('NOAAalertCount', 2) # default 2 alerts ipawsPIN = config['location'].get('ipawsPIN', '000000') # default 000000 ignoreFEMAtest = config['location'].getboolean('ignoreFEMAtest', True) # default True - wxAlertBroadcastChannel = config['location'].get('wxAlertBroadcastCh') + wxAlertBroadcastChannel = config['location'].get('wxAlertBroadcastCh', '2').split(',') # default Channel 2 emergencyAlertBroadcastCh = config['location'].get('eAlertBroadcastCh', '2').split(',') # default Channel 2 # bbs