From 0ca6f55e13304f0dd5ff8d082129a278f85cb8fa Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 10 Oct 2018 20:32:35 +0300 Subject: [PATCH] Update protocol.py --- protocol.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/protocol.py b/protocol.py index 80e27b4..200517a 100644 --- a/protocol.py +++ b/protocol.py @@ -13,8 +13,3 @@ class MasterProtocol: # Master To Server challengePacketHeader = b'\xff\xff\xff\xff\x73\x0a' - - #Debug - statusRequest = 's' - - \ No newline at end of file