Update WsConnectManager.py
This commit is contained in:
parent
ed9d8208df
commit
7122e14ef7
|
|
@ -5,8 +5,8 @@ from autobahn.twisted.websocket import connectWS
|
||||||
from twisted.internet import reactor
|
from twisted.internet import reactor
|
||||||
from twisted.internet.error import ReactorAlreadyRunning
|
from twisted.internet.error import ReactorAlreadyRunning
|
||||||
|
|
||||||
import WsUtils
|
from . import WsUtils
|
||||||
from WsClientFactory import *
|
from .WsClientFactory import *
|
||||||
|
|
||||||
|
|
||||||
class WsConnectManager(threading.Thread):
|
class WsConnectManager(threading.Thread):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue