Update system.py

This commit is contained in:
SpudGunMan
2025-03-30 13:49:40 -07:00
parent af2bc7be0c
commit 2463407ade
+1 -1
View File
@@ -89,7 +89,7 @@ if location_enabled:
from modules.wx_meteo import * # from the spudgunman/meshing-around repo
else:
# NOAA only features
help_message = help_message + ", wxa, tide, ealert, valert"
help_message = help_message + ", wxa, tide"
# NOAA alerts needs location module
if wxAlertBroadcastEnabled or emergencyAlertBrodcastEnabled or volcanoAlertBroadcastEnabled: