Make disconnect function public
This commit is contained in:
parent
795fdd768b
commit
b0d9953ed8
1 changed files with 2 additions and 2 deletions
|
|
@ -71,9 +71,9 @@ class Connection():
|
|||
time.sleep(delay)
|
||||
return False
|
||||
|
||||
def _disconnect(self):
|
||||
def disconnect(self):
|
||||
"""
|
||||
_disconnect() -> None
|
||||
disconnect() -> None
|
||||
|
||||
Reconnect to the room.
|
||||
WARNING: To completely disconnect, use stop().
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue