Update WsConnectManager.py

This commit is contained in:
okxapi 2022-12-15 21:19:58 +08:00 committed by GitHub
parent ed9d8208df
commit 7122e14ef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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):