From c2c5e41705990a12ea6161283375bae87f585743 Mon Sep 17 00:00:00 2001
From: TheJoeCoder <joe@radialbog9.uk>
Date: Mon, 22 Apr 2024 08:07:39 +0100
Subject: [PATCH] Add todo

---
 main.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/main.py b/main.py
index 8166d5f..7f2fd8d 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
-- 
GitLab