diff --git a/protocol.py b/protocol.py index 2762af0..7973e2f 100644 --- a/protocol.py +++ b/protocol.py @@ -8,7 +8,8 @@ class MasterProtocol: removeServer = b'\x62\x0A' # Master To Client - queryPacketHeader = b'\xff\xff\xff\xff\x66\x0a' + # queryPacketHeader = b'\xff\xff\xff\xff\x66\x0a' + queryPacketHeader = b'\x7f\x0a' # Master To Server challengePacketHeader = b'\xff\xff\xff\xff\x73\x0a'