Fix access of uninitialized config key

This commit is contained in:
2018-01-05 14:53:06 +01:00
parent c3e6b8473d
commit de682f8e8e

View File

@@ -82,6 +82,7 @@ def injectDefaultConfiguration(config):
"scenes_dir": os.path.join(root_dir, "scenes"),
"device_name": "",
"device_single": "False",
"device_name_override": "",
}
config['farm'] = section