We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f3b6b commit 3676affCopy full SHA for 3676aff
app/modules/speedtest/routes.py
@@ -126,6 +126,8 @@ def api_speedtest():
126
# Remote is reachable but empty — server was wiped
127
log.info("Remote has no results but cache has %d, clearing", cached_count)
128
ss.clear_cache()
129
+ from app.web import clear_speedtest_latest
130
+ clear_speedtest_latest()
131
cached_count = 0
132
elif remote_latest and remote_latest[0].get("id", 0) < last_id:
133
log.info(
0 commit comments