enhance satpass for user list

This commit is contained in:
SpudGunMan
2024-12-12 23:36:10 -08:00
parent 82551e0b4a
commit 582e00402a
4 changed files with 40 additions and 23 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ try:
wxAlertBroadcastEnabled = config['location'].getboolean('wxAlertBroadcastEnabled', False) # default False
ignoreFEMAtest = config['location'].getboolean('ignoreFEMAtest', True) # default True
n2yoAPIKey = config['location'].get('n2yoAPIKey', '') # default empty
satList = config['location'].get('satList', '25544').split(',') # default 25544 ISS
satListConfig = config['location'].get('satList', '25544').split(',') # default 25544 ISS
# brodcast channel for weather alerts
wxAlertBroadcastChannel = config['location'].get('wxAlertBroadcastCh')
if wxAlertBroadcastChannel: