diff --git a/get_data.py b/get_data.py index 99d905a..ce68d79 100644 --- a/get_data.py +++ b/get_data.py @@ -3136,8 +3136,8 @@ def resolve_period(ls: dict, game: dict) -> str: async def games_online(): if not CALENDAR or "items" not in CALENDAR: raise HTTPException(status_code=503, detail="calendar data not ready") - # today = datetime.now().date() - today = (datetime.now() + timedelta(days=1)).date() + today = datetime.now().date() + # today = (datetime.now() + timedelta(days=1)).date() todays_games = [] final_states = {"result", "resultconfirmed", "finished"} for item in CALENDAR["items"]: