More work on monitless installer
This commit is contained in:
parent
51a95fb989
commit
eefe8910cf
9 changed files with 121 additions and 12 deletions
|
@ -213,7 +213,6 @@ class AirtimeApiClient(object):
|
|||
try:
|
||||
self.config = ConfigObj(config_path)
|
||||
self.config.update(api_config)
|
||||
self.logger.info(json.dumps(self.config))
|
||||
self.services = RequestProvider(self.config)
|
||||
except Exception, e:
|
||||
self.logger.error('Error loading config file: %s', config_path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue