From b054dd96ef13978e6caa3c12f0a6777919993b43 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 10 Jul 2024 22:12:37 -0700 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index b7171e4..72a60a7 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -74,7 +74,7 @@ if location_enabled: trap_list = trap_list + trap_list_location # items tide, whereami, wxc, wx # Solar Conditions Configuration -solar_conditions_enabled = config['solar_conditions'].getboolean('enabled', True) +solar_conditions_enabled = config['solar'].getboolean('enabled', True) if solar_conditions_enabled: trap_list = trap_list + trap_list_solarconditions # items hfcond, solar, sun, moon