This commit is contained in:
Stavros kois
2023-11-20 18:02:30 +02:00
committed by Stavros Kois
parent 3183643dbf
commit fdb8226030

View File

@@ -25,7 +25,7 @@ def storage_migrate(storage):
for key in delete_keys:
storage.pop(key)
storage.pop(key, None)
return storage