diff --git a/main.py b/main.py
index 8166d5f4f8a80b210e3c9f15766c99503320eeb1..7f2fd8d6d7e39a43577b8a9bea1407c473b7ed81 100644
--- a/main.py
+++ b/main.py
@@ -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