June 25 - Optimize codes
This commit is contained in:
@@ -18,7 +18,8 @@ def dashboard():
|
||||
stats = get_admin_dashboard_stats()
|
||||
except Exception as e:
|
||||
logger.error(f"Dashboard stats error: {e}")
|
||||
stats = {"user_stats": [], "total_sites": 0, "total_users": 0, "active_today": 0}
|
||||
stats = {"user_stats": [], "total_sites": 0, "total_users": 0, "active_today": 0,
|
||||
"open_bids": 0, "bids_due_soon": 0, "ai_analyses_30d": 0}
|
||||
try:
|
||||
missed = get_missed_shifts_today()
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user