auto-sync: 2026-05-20 00:15:28

This commit is contained in:
cfdaily
2026-05-20 00:15:28 +08:00
parent 026ad7ba95
commit 8ee8d8ee4f
+1 -1
View File
@@ -13,7 +13,7 @@ async def daemon_status():
t = get_ticker()
return {
"status": "running",
"version": "2.6.0",
"version": "3.0.0",
"ticker_running": t is not None and t.is_running,
"tick_count": t.tick_count if t else 0,
"config": {