mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Issues 44, 46, 47
This commit is contained in:
@@ -18,6 +18,10 @@ class ReflectorConfig:
|
||||
|
||||
@staticmethod
|
||||
def get_config():
|
||||
"""
|
||||
Load the configurations from the local config.ini file
|
||||
:return:
|
||||
"""
|
||||
if ReflectorConfig.__config is None:
|
||||
ReflectorConfig.__config = configparser.ConfigParser()
|
||||
ReflectorConfig.__config.read('utils/config.ini')
|
||||
|
||||
Reference in New Issue
Block a user