Update system.py

This commit is contained in:
SpudGunMan
2024-08-07 19:40:20 -07:00
parent 7cabff0bc4
commit 88d1ecc7ec
+3 -1
View File
@@ -35,11 +35,13 @@ if solar_conditions_enabled:
if location_enabled:
from modules.locationdata import * # from the spudgunman/meshing-around repo
trap_list = trap_list + trap_list_location # items tide, whereami, wxc, wx
help_message = help_message + ", whereami, wx, wxc, wxa"
help_message = help_message + ", whereami, wx, wxc"
# Open-Meteo Configuration for worldwide weather
if use_meteo_wxApi:
from modules.wx_meteo import * # from the spudgunman/meshing-around repo
else:
help_message = help_message + ", wxa, tide"
# BBS Configuration
if bbs_enabled: