Compare commits

..

2 Commits

Author SHA1 Message Date
c8decf6245 фикс5 2026-04-24 17:15:09 +03:00
1410b4a9ce фикс4 2026-04-24 17:12:05 +03:00

View File

@@ -79,7 +79,7 @@ def get_today_matches_from_db() -> list[dict]:
для мониторинга. finished / cancelled можно не брать.
"""
now_local = datetime.now(TZ)
day_start = now_local.replace(hour=0, minute=0, second=0, microsecond=0).replace(tzinfo=None)
day_start = now_local.replace(tzinfo=None)
day_end = day_start + timedelta(days=1)
query = """