Skip to content
Snippets Groups Projects
Commit 1ae1821a authored by fmk17's avatar fmk17
Browse files

Fix accessing schedule.day.date

parent 8155c7b0
Branches
No related tags found
No related merge requests found
...@@ -887,7 +887,7 @@ def send_scheduled(context: CallbackContext) -> None: ...@@ -887,7 +887,7 @@ def send_scheduled(context: CallbackContext) -> None:
], ],
) )
for date, date_raw, menus in days for date, date_raw, menus in days
if date.today() == schedule.day.date if date.today() == date
], ],
location=location, location=location,
update_datetime=update_datetime, update_datetime=update_datetime,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment