Stavros kois 1 năm trước cách đây
mục cha
commit
fdb8226030
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      library/ix-dev/community/immich/migrations/migrate

+ 1 - 1
library/ix-dev/community/immich/migrations/migrate

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