This commit is contained in:
doms9 2025-11-15 02:05:52 -05:00
parent d7c64fdeae
commit 00000d94fc
8 changed files with 38 additions and 33 deletions

View file

@ -60,7 +60,7 @@ async def get_events(
events = []
for info in api_data["days"]:
for info in api_data.get("days", []):
day = Time.from_str(info["day_et"])
if now.date() != day.date():