fix bug: 'WebSocketException' is not defined
fix NameError: global name 'WebSocketException' is not defined
This commit is contained in:
@@ -33,6 +33,7 @@ from ._logging import *
|
|||||||
from ._url import *
|
from ._url import *
|
||||||
from ._socket import*
|
from ._socket import*
|
||||||
from ._http import *
|
from ._http import *
|
||||||
|
from ._exceptions import *
|
||||||
|
|
||||||
__all__ = ["handshake"]
|
__all__ = ["handshake"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user