diff --git a/changedetectionio/time_handler.py b/changedetectionio/time_handler.py index 9357c398..cb03f1cc 100644 --- a/changedetectionio/time_handler.py +++ b/changedetectionio/time_handler.py @@ -14,7 +14,6 @@ class Weekday(IntEnum): Saturday = 5 Sunday = 6 -@lru_cache(maxsize=100) def am_i_inside_time( day_of_week: str, time_str: str,