Time scheduler - Remove cache on time lookup

This commit is contained in:
dgtlmoon
2025-11-03 18:56:37 +01:00
parent c2ee1c582a
commit ee824c856b

View File

@@ -14,7 +14,6 @@ class Weekday(IntEnum):
Saturday = 5 Saturday = 5
Sunday = 6 Sunday = 6
@lru_cache(maxsize=100)
def am_i_inside_time( def am_i_inside_time(
day_of_week: str, day_of_week: str,
time_str: str, time_str: str,