scheduler: auto fetch+score every 60min, integrated into web and CLI

This commit is contained in:
jackyu66git
2026-06-24 18:35:47 +08:00
parent efb721b39f
commit 7e19c9858e
3 changed files with 158 additions and 1 deletions
+2
View File
@@ -173,4 +173,6 @@ def api_expectancy():
if __name__ == "__main__":
from scheduler import get_scheduler
get_scheduler().start()
app.run(host="0.0.0.0", port=8124, debug=True)