Skip to content

Commit d67785e

Browse files
committed
Swap collection string with API Path constant in collection record meeting
1 parent 4542e36 commit d67785e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

videodb/collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ def record_meeting(
507507
"""
508508

509509
return self._connection.post(
510-
path=f"/collection/{self.id}/{ApiPath.meeting}/{ApiPath.record}",
510+
path=f"{ApiPath.collection}/{self.id}/{ApiPath.meeting}/{ApiPath.record}",
511511
data={
512512
"link": link,
513513
"bot_name": bot_name,

0 commit comments

Comments
 (0)