8000 Fix issue #59. · Stackdriver/twilio-python@9759a04 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 1, 2018. It is now read-only.

Commit 9759a04

Browse files
committed
Fix issue twilio#59.
1 parent 7a58206 commit 9759a04

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