updated config.ini path
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user