This commit is contained in:
Fabio Manganiello 2019-03-17 01:41:00 +01:00
parent 7fb53ead59
commit 9f008aa954
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class Config(object):
self._config['device_id'] = socket.gethostname()
if 'environment' in self._config:
for k,v in self._config['environment']:
for k,v in self._config['environment'].items():
os.environ[k] = str(v)
self.backends = {}