diff --git a/bridge_master.py b/bridge_master.py index 296187e..9d5b579 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -897,7 +897,8 @@ def bridge_reset(): pass CONFIG['SYSTEMS'][_system]['_reset'] = False CONFIG['SYSTEMS'][_system]['_resetlog'] = False - CONFIG['SYSTEMS'][_system]['_reloadoptions'] = True + if 'OPTIONS' in CONFIG['SYSTEMS'][_system]['OPTIONS']: + CONFIG['SYSTEMS'][_system]['_reloadoptions'] = True def options_config(): logger.debug('(OPTIONS) Running options parser')