updated config.ini path

This commit is contained in:
2025-04-19 14:06:38 +02:00
parent 043cb0a626
commit d9ae7153a5

View File

@@ -125,7 +125,7 @@ class Config:
""" """
self.parser = ConfigParser() self.parser = ConfigParser()
self.config_file_name = "files/config.ini" self.config_file_name = "config.ini"
self.root_path = os.path.dirname(os.path.abspath(__file__)) self.root_path = os.path.dirname(os.path.abspath(__file__))
self.config_file = os.path.join(self.root_path, self.config_file_name) self.config_file = os.path.join(self.root_path, self.config_file_name)