silence reload failures

This commit is contained in:
j 2012-11-02 13:47:37 +01:00
parent 2c07dedac0
commit 3b866d1d1b

View file

@ -73,7 +73,8 @@ def reloader_thread():
load_config() load_config()
_config_mtime = mtime _config_mtime = mtime
except: except:
sys.stderr.write("reloading config failed\n") #sys.stderr.write("reloading config failed\n")
pass
time.sleep(1) time.sleep(1)
def update_static(): def update_static():