mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-15 12:36:53 +00:00
Time scheduler - Remove cache on time lookup
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user