diff options
Diffstat (limited to 'monitor_unified.py')
-rw-r--r-- | monitor_unified.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor_unified.py b/monitor_unified.py index c61ab3e..0d9b9dc 100644 --- a/monitor_unified.py +++ b/monitor_unified.py @@ -33,7 +33,7 @@ import pigpio_dht __location__ = os.path.realpath( os.path.join(os.getcwd(), os.path.dirname(__file__))) # here goes our settings file -settings_file = 'settings_config_parser.py' +settings_file = 'settings_config_parser.cfg' settings_db = 'settings_server.cfg' # setting up configparser |