From 6c79d3fd2975e656a03f62177790e92c628c4f62 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 25 Dec 2023 12:52:07 +0200 Subject: [PATCH] add required queryPacketHeader prefix --- protocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol.py b/protocol.py index 7973e2f..9c87d78 100644 --- a/protocol.py +++ b/protocol.py @@ -9,7 +9,7 @@ class MasterProtocol: # Master To Client # queryPacketHeader = b'\xff\xff\xff\xff\x66\x0a' - queryPacketHeader = b'\x7f\x0a' + queryPacketHeader = b'\xff\xff\xff\xff\x7f\x0a' # Master To Server challengePacketHeader = b'\xff\xff\xff\xff\x73\x0a'