fe_load_image #14

Merged
brian merged 30 commits from fe_load_image into main 2024-02-24 22:48:04 +01:00
Showing only changes of commit 59ad0104ad - Show all commits
+1 -1
View File
@@ -79,7 +79,7 @@ def upsert_annotations(
"name": vis_com_name
}
update = {
"annotation": annotations.model_dump()
"$set": { "annotation": annotations.model_dump() }
}
res = collection.update_one(
filter=query,