mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 14:14:22 +01:00
Modifies ConfigParser so config file is passed as parameter (to be used by both teos and cli)
- Modifies ConfigParser - Adapts __init__ and teosd at teos/
This commit is contained in:
@@ -169,7 +169,7 @@ def generate_dummy_tracker():
|
||||
|
||||
|
||||
def get_config():
|
||||
config_loader = ConfigLoader(".", DEFAULT_CONF, {})
|
||||
config_loader = ConfigLoader(".", "teos.conf", DEFAULT_CONF, {})
|
||||
config = config_loader.build_config()
|
||||
|
||||
return config
|
||||
|
||||
Reference in New Issue
Block a user