temporarily disable full bot protection, fix light protection

This commit is contained in:
Thorsten S
2015-12-21 14:17:00 +01:00
parent 4e78a2229e
commit d9dff033b5
3 changed files with 6 additions and 4 deletions

View File

@@ -67,6 +67,7 @@ def runtimeconf_get(key, default=None):
@interprocess_locked(runtime_config_store.filename)
def runtimeconf_persist():
logging.getLogger(__name__).debug(json.dumps(runtime_config_store, indent=2))
runtime_config_store.write()