Skip to content

Commit

Permalink
Update cache.py (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield authored Dec 22, 2024
1 parent 015b686 commit 254666b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def remove_old_cache(
logger.debug(f"Removing {key} from cache, ({value})")
keys_to_remove.append(key)

del last_updated_copy
logger.debug(f"Removing {len(keys_to_remove)} keys from cache")

for key in keys_to_remove:
Expand Down

0 comments on commit 254666b

Please sign in to comment.