huaxin_client/l1_subscript_codes_manager.py
@@ -10,7 +10,7 @@ # 请求l1订阅的目标代码 from log_module.log import printlog from utils import socket_util from utils import socket_util, tool def request_l1_subscript_target_codes(): @@ -32,7 +32,7 @@ codes_sh = [] codes_sz = [] for code in codes: if code.find("00") == 0: if tool.is_sz_code(code): codes_sz.append(code.encode("utf-8")) else: codes_sh.append(code.encode("utf-8"))