Administrator
2023-07-27 010d3ed70732612afd92204a9465b84a6cbe35e3
l2/huaxin/huaxin_target_codes_manager.py
@@ -99,8 +99,7 @@
                result = json.loads(result)
                if result["code"] != 0:
                    raise Exception(result["msg"])
            sk.sendall(socket_util.load_header(json.dumps({"type":40,"data":[]}).encode('utf-8')))
            sk.sendall(socket_util.load_header(json.dumps({"type": 40, "data": []}).encode('utf-8')))
            result, header = socket_util.recv_data(sk)
        finally:
            sk.close()