Skip to content

Commit ee824c8

Browse files
committed
Time scheduler - Remove cache on time lookup
1 parent c2ee1c5 commit ee824c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

changedetectionio/time_handler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class Weekday(IntEnum):
1414
Saturday = 5
1515
Sunday = 6
1616

17-
@lru_cache(maxsize=100)
1817
def am_i_inside_time(
1918
day_of_week: str,
2019
time_str: str,

0 commit comments

Comments
 (0)