forked from platypush/platypush
typo
This commit is contained in:
parent
7fb53ead59
commit
9f008aa954
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class Config(object):
|
||||||
self._config['device_id'] = socket.gethostname()
|
self._config['device_id'] = socket.gethostname()
|
||||||
|
|
||||||
if 'environment' in self._config:
|
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)
|
os.environ[k] = str(v)
|
||||||
|
|
||||||
self.backends = {}
|
self.backends = {}
|
||||||
|
|
Loading…
Reference in a new issue