fix format

This commit is contained in:
yangdsh 2019-12-04 02:08:55 +00:00 committed by Dana Van Aken
parent 4e5db94697
commit c4433181f7
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ def run_loops(max_iter=1):
save_next_config(response, t=result_timestamp)
change_conf(response['recommendation'])
continue
# reload database periodically
if dconf.RELOAD_INTERVAL > 0:
if i % dconf.RELOAD_INTERVAL == 0: