Update WsClientFactory.py
This commit is contained in:
parent
2830a6ec27
commit
ed9d8208df
|
|
@ -1,7 +1,7 @@
|
||||||
from autobahn.twisted.websocket import WebSocketClientFactory
|
from autobahn.twisted.websocket import WebSocketClientFactory
|
||||||
from twisted.internet.protocol import ReconnectingClientFactory
|
from twisted.internet.protocol import ReconnectingClientFactory
|
||||||
|
|
||||||
from WsClientProtocol import *
|
from .WsClientProtocol import *
|
||||||
|
|
||||||
|
|
||||||
class WsReconnectingClientFactory(ReconnectingClientFactory):
|
class WsReconnectingClientFactory(ReconnectingClientFactory):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue