outside_api_command_manager.py
@@ -42,6 +42,7 @@ CODE_LIST_WANT = "want" CODE_LIST_PAUSE_BUY = "pause_buy" CODE_LIST_MUST_BUY = "must_buy" CODE_LIST_GREEN = "green" # 类型 API_TYPE_TRADE = "trade" # 交易 @@ -163,6 +164,7 @@ cls.__heartbeats_thread(type, key, sk) cls.__listen_command_thread(type, key, sk) # print("create_and_run_client success", type, key) logger_request_api.info(f"创建本地socket请求客户端:{type}") return key, sk @classmethod