missing = in task

This commit is contained in:
crflynn
2018-05-14 23:01:07 -04:00
parent 1eab316a6a
commit 158d298dd5
2 changed files with 2 additions and 2 deletions

View File

@@ -392,7 +392,7 @@ def etl():
"recent": update_recent_stats(env, date),
"purge": purge_old_data(env, date),
}
results["cleanup"] vacuum_analyze(env)
results["cleanup"] = vacuum_analyze(env)
return results