8000 Merge pull request #80 from ComradeDOS/master · thinkingserious/twilio-python@47dafe1 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 47dafe1

Browse files
committed
Merge pull request twilio#80 from ComradeDOS/master
Fix issue twilio#59
2 parents 7a58206 + 9759a04 commit 47dafe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio/rest/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ def delete(self, call_sid):
11021102
"""
11031103
Remove the participant from the given conference
11041104
"""
1105-
return self._delete(call_sid)
1105+
return self.delete_instance(call_sid)
11061106

11071107
def update(self, sid, **kwargs):
11081108
"""

0 commit comments

Comments
 (0)
0