Update Config Location

This commit is contained in:
Evan Reichard 2022-11-17 08:03:16 -05:00
parent ecf1dede6d
commit 8cfb792be9

View File

@ -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():