Update WsPrivate.py

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

View File

@ -2,8 +2,8 @@ import time
from twisted.internet import reactor from twisted.internet import reactor
import WsUtils from . import WsUtils
from WsConnectManager import WsConnectManager from .WsConnectManager import WsConnectManager
class WsPrivate(WsConnectManager): class WsPrivate(WsConnectManager):