refactor(stats): move to private-api

This commit is contained in:
MingxuanGame
2025-08-22 09:37:41 +00:00
parent c02aa8941e
commit f23d8298b9
8 changed files with 10 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ import asyncio
from datetime import datetime, timedelta
from app.log import logger
from app.router.v2.stats import record_hourly_stats, update_registered_users_count
from app.router.private.stats import record_hourly_stats, update_registered_users_count
from app.service.enhanced_interval_stats import EnhancedIntervalStatsManager
from app.service.stats_cleanup import (
cleanup_stale_online_users,