From f709591d116d3c5e76c01adb2191918f85780879 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 25 Jul 2022 02:01:04 +0100 Subject: [PATCH] fffk --- hotspot_proxy_v2.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hotspot_proxy_v2.py b/hotspot_proxy_v2.py index 8832b57..267aa80 100644 --- a/hotspot_proxy_v2.py +++ b/hotspot_proxy_v2.py @@ -259,8 +259,7 @@ class API(NetstringReceiver): _dmrid = int(_dmrid) _dmrid = bytes_4(_dmrid) _options = _message[10:] - _cmd = _message[10:14] - print(_cmd) + _cmd = _message[10:14] if _cmd == b'RPTO' and (_dmrid in self.peerTrack): if self.debug: print("(API) Passing options line for ID {} to server".format(int_id(_dmrid)))