Fix data serialization

This commit is contained in:
awsr
2026-04-13 12:25:15 -07:00
parent 1647be96de
commit e94d715e7d
+1 -1
View File
@@ -35,7 +35,7 @@ def load_cache():
def save_cache():
writefile(_data, cache_filename)
writefile(dict(_data), cache_filename)
def cache(store: str = "hashes") -> HashStore: