Ok, I sort of see why but we should really consider another solution

This commit is contained in:
Mathieu Comandon 2023-12-28 21:20:40 -08:00
parent 215df1720e
commit 6d7a65ac9c

View file

@ -185,7 +185,7 @@ def remove_from_path_cache(game):
get_path_cache.cache_clear()
@lru_cache() # why
@lru_cache()
def get_path_cache():
"""Return the contents of the path cache file; this
dict is cached, so do not modify it."""