mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-11 19:07:29 +03:00
not_closed = True after init???
This commit is contained in:
parent
c3a2692985
commit
395bb0f0c1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class BotiCordWebsocket:
|
||||||
self.ws = None
|
self.ws = None
|
||||||
self._listeners = {}
|
self._listeners = {}
|
||||||
self._global_listener = None
|
self._global_listener = None
|
||||||
self.not_closed = True
|
self.not_closed = False
|
||||||
|
|
||||||
self._token = token
|
self._token = token
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue