diff --git a/kiss/ssmanager.py b/kiss/ssmanager.py index ac2cb6d..eabb318 100644 --- a/kiss/ssmanager.py +++ b/kiss/ssmanager.py @@ -8,7 +8,7 @@ from threading import Thread class ScreenshotManager: def __init__(self): - self.__config_path = os.environ.get("CONFIG_FILE", "/data/config.conf") + self.__config_path = os.environ.get("CONFIG_FILE", "/data/config.yml") self.data_path = tempfile.gettempdir() if not Path(self.__config_path).is_file():