mirror of
https://github.com/LukeHagar/pypistats.dev.git
synced 2025-12-07 04:21:11 +00:00
missing = in task
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user