mirror of
https://github.com/LukeHagar/pypistats.dev.git
synced 2025-12-09 20:57:43 +00:00
missing = in task
This commit is contained in:
@@ -392,7 +392,7 @@ def etl():
|
|||||||
"recent": update_recent_stats(env, date),
|
"recent": update_recent_stats(env, date),
|
||||||
"purge": purge_old_data(env, date),
|
"purge": purge_old_data(env, date),
|
||||||
}
|
}
|
||||||
results["cleanup"] vacuum_analyze(env)
|
results["cleanup"] = vacuum_analyze(env)
|
||||||
return results
|
return results
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -21,4 +21,4 @@
|
|||||||
<br>
|
<br>
|
||||||
{% include "results.html" %}
|
{% include "results.html" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user