1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-11 23:06:58 +08:00

update handler & fix some bugs

This commit is contained in:
Young
2020-11-05 10:22:42 +00:00
parent 918a2b8a38
commit e37950d636
6 changed files with 78 additions and 33 deletions

View File

@@ -7,7 +7,7 @@ from __future__ import print_function
import socketio
from .. import __version__
import qlib
from ..log import get_module_logger
import pickle
@@ -59,7 +59,7 @@ class Client(object):
msg_queue: Queue
The queue to pass the messsage after callback
"""
head_info = {"version": __version__}
head_info = {"version": qlib.__version__}
def request_callback(*args):
"""callback_wrapper