From b16358314305e9ed55136419d42c6f9681ba6822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=AE=D1=80=D0=B8=D0=B9=20=D0=A7=D0=B5=D1=80=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE?= Date: Fri, 14 Nov 2025 17:10:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BC=D0=B5=D0=BD=D1=8F=D0=BB=20?= =?UTF-8?q?=D0=B4=D0=B0=D1=82=D1=83=20=D0=BD=D0=B0=20=D1=81=D0=B5=D0=B3?= =?UTF-8?q?=D0=BE=D0=B4=D0=BD=D1=8F.=20(=D0=B1=D1=8B=D0=BB=D0=BE=20=D1=81?= =?UTF-8?q?=D0=B5=D0=B3=D0=BE=D0=B4=D0=BD=D1=8F=20+1=20=D0=B4=D0=B5=D0=BD?= =?UTF-8?q?=D1=8C=20=D0=B4=D0=BB=D1=8F=20=D1=82=D0=B5=D1=81=D1=82=D0=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- get_data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]: