Skip to content

Commit 4e3060e

Browse files
committed
fixes
1 parent 0683b88 commit 4e3060e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

botasaurus/cache.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ def is_item_older_than(func, key_data, days=0, seconds=0, microseconds=0,
431431

432432
# Compare with current time
433433
age = datetime.now() - cache_time
434+
434435
return age > time_delta
435436

436437
@staticmethod

0 commit comments

Comments
 (0)