fix format
This commit is contained in:
parent
4e5db94697
commit
c4433181f7
|
@ -601,7 +601,7 @@ def run_loops(max_iter=1):
|
||||||
save_next_config(response, t=result_timestamp)
|
save_next_config(response, t=result_timestamp)
|
||||||
change_conf(response['recommendation'])
|
change_conf(response['recommendation'])
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# reload database periodically
|
# reload database periodically
|
||||||
if dconf.RELOAD_INTERVAL > 0:
|
if dconf.RELOAD_INTERVAL > 0:
|
||||||
if i % dconf.RELOAD_INTERVAL == 0:
|
if i % dconf.RELOAD_INTERVAL == 0:
|
||||||
|
|
Loading…
Reference in New Issue