mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
Fix data serialization
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user