From 7122e14ef7cc14d748da4642fcc807995fad8535 Mon Sep 17 00:00:00 2001 From: okxapi <115602548+okxapi@users.noreply.github.com> Date: Thu, 15 Dec 2022 21:19:58 +0800 Subject: [PATCH] Update WsConnectManager.py --- okx/websocket/WsConnectManager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/okx/websocket/WsConnectManager.py b/okx/websocket/WsConnectManager.py index 7343ea7..cd71eda 100644 --- a/okx/websocket/WsConnectManager.py +++ b/okx/websocket/WsConnectManager.py @@ -5,8 +5,8 @@ from autobahn.twisted.websocket import connectWS from twisted.internet import reactor from twisted.internet.error import ReactorAlreadyRunning -import WsUtils -from WsClientFactory import * +from . import WsUtils +from .WsClientFactory import * class WsConnectManager(threading.Thread):