fig clf inserted and not resize on kld
This commit is contained in:
@@ -9,6 +9,7 @@ def write_to_shelve(file_path, value):
|
||||
with shelve.open(str(file_path), protocol=pickle.HIGHEST_PROTOCOL) as f:
|
||||
new_key = str(len(f))
|
||||
f[new_key] = value
|
||||
f.close()
|
||||
|
||||
|
||||
def load_from_shelve(file_path, key):
|
||||
|
||||
Reference in New Issue
Block a user