move config file

This commit is contained in:
joBr99
2023-11-20 21:01:08 +01:00
parent 53deb3ab85
commit 8398684cc6
5 changed files with 6 additions and 6 deletions

View File

@@ -64,7 +64,7 @@ def on_message(client, userdata, msg):
def get_config_file():
CONFIG_FILE = os.getenv('CONFIG_FILE')
if not CONFIG_FILE:
CONFIG_FILE = './config.yml'
CONFIG_FILE = './panels.yaml'
return CONFIG_FILE
def get_config(file):