fix format
This commit is contained in:
2
client/driver/fabfile.py
vendored
2
client/driver/fabfile.py
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user