We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6edbd commit ee30a5aCopy full SHA for ee30a5a
videodb/client.py
@@ -60,6 +60,7 @@ def create_collection(self, name: str, description: str) -> Collection:
60
"description": description,
61
},
62
)
63
+ self.collection_id = collection_data.get("id", "default")
64
return Collection(
65
self,
66
collection_data.get("id"),
0 commit comments