Skip to content

Commit ee30a5a

Browse files
committed
fix: create collection
1 parent 8a6edbd commit ee30a5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

videodb/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def create_collection(self, name: str, description: str) -> Collection:
6060
"description": description,
6161
},
6262
)
63+
self.collection_id = collection_data.get("id", "default")
6364
return Collection(
6465
self,
6566
collection_data.get("id"),

0 commit comments

Comments
 (0)