Skip to content
Snippets Groups Projects
Verified Commit c2c5e417 authored by TheJoeCoder's avatar TheJoeCoder
Browse files

Add todo

parent baab7890
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,7 @@ def apply_patch(input_lessons: list, patch: dict, week_lookup_table: list) -> li
for day in week_lookup_table:
week_lu_days[day["dayofDate"]] = day
# Loop all days
# TODO replace with looking up days in table2
for day in patch["days"]:
if day in week_lu_days:
# Create new lesson
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment