forked from platypush/platypush
switches should not be considered as a special token in the Config object
This commit is contained in:
parent
fea39b1306
commit
675b690929
1 changed files with 0 additions and 1 deletions
|
@ -126,7 +126,6 @@ class Config(object):
|
||||||
token == 'logging' or \
|
token == 'logging' or \
|
||||||
token == 'workdir' or \
|
token == 'workdir' or \
|
||||||
token == 'device_id' or \
|
token == 'device_id' or \
|
||||||
token == 'switches' or \
|
|
||||||
token == 'environment'
|
token == 'environment'
|
||||||
|
|
||||||
def _read_config_file(self, cfgfile):
|
def _read_config_file(self, cfgfile):
|
||||||
|
|
Loading…
Reference in a new issue