forked from 0x2620/pandora
silence reload failures
This commit is contained in:
parent
2c07dedac0
commit
3b866d1d1b
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ def reloader_thread():
|
|||
load_config()
|
||||
_config_mtime = mtime
|
||||
except:
|
||||
sys.stderr.write("reloading config failed\n")
|
||||
#sys.stderr.write("reloading config failed\n")
|
||||
pass
|
||||
time.sleep(1)
|
||||
|
||||
def update_static():
|
||||
|
|
Loading…
Reference in a new issue