This commit is contained in:
doms9 2025-11-11 17:16:10 -05:00
parent ceea4f7f5b
commit 00000d91dc
6 changed files with 28 additions and 21 deletions

View file

@ -61,7 +61,7 @@ async def get_events(
events: list[dict[str, str]] = []
for info in api_data["days"]:
day = Time.from_str(info["day_et"], "%Y-%m-%d")
day = Time.from_str(info["day_et"])
if now.date() != day.date():
continue