From 7e9175c7fd129dc230b5b6b910fab9209966326a Mon Sep 17 00:00:00 2001 From: FEIJINTI <83849113+FEIJINTI@users.noreply.github.com> Date: Tue, 27 Sep 2022 15:37:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E8=AE=BE=E7=BD=AEnext=20pack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- socket_detector.py | 1 - 1 file changed, 1 deletion(-) diff --git a/socket_detector.py b/socket_detector.py index 51ba778..feaa595 100644 --- a/socket_detector.py +++ b/socket_detector.py @@ -87,7 +87,6 @@ def main(is_debug=False): if pack == b"": status, connected_sock = try_connect() continue - connected_sock.set_prepack(next_pack) cmd, data = parse_protocol(pack) ack_sock(connected_sock, cmd_type=cmd)