Skip to content

Commit

Permalink
update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
cehune committed Oct 9, 2024
1 parent fcc8761 commit d90edb1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/file_auto_expiry/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ def collect_file_info(path: str, save_file: str = "", days_for_expiry: int = 10)
scrape_time = time.time()
seconds_for_expiry = int(days_for_expiry) * SECS_PER_DAY
expiry_threshold = scrape_time - seconds_for_expiry
print(seconds_for_expiry)
print(expiry_threshold)
collect_expired_file_information(folder_path=path,
save_file=save_file,
scrape_time=scrape_time,
Expand Down

0 comments on commit d90edb1

Please sign in to comment.