e
This commit is contained in:
parent
ceea4f7f5b
commit
00000d91dc
6 changed files with 28 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue