riverFlowAlpha

This commit is contained in:
SpudGunMan
2024-12-17 20:32:07 -08:00
parent 2323015617
commit 1cbdc93632
5 changed files with 55 additions and 33 deletions
+1
View File
@@ -168,6 +168,7 @@ try:
ignoreFEMAtest = config['location'].getboolean('ignoreFEMAtest', True) # default True
n2yoAPIKey = config['location'].get('n2yoAPIKey', '') # default empty
satListConfig = config['location'].get('satList', '25544').split(',') # default 25544 ISS
riverListDefault = config['location'].get('riverList', '').split(',') # default 12061500 Skagit River
# brodcast channel for weather alerts
wxAlertBroadcastChannel = config['location'].get('wxAlertBroadcastCh')
if wxAlertBroadcastChannel: