From 5941140c202efd26816661c0f46e04e0fb9b561b Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 25 Jul 2022 02:02:54 +0100 Subject: [PATCH] dfkldlk --- hotspot_proxy_v2.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hotspot_proxy_v2.py b/hotspot_proxy_v2.py index 267aa80..df2f5b3 100644 --- a/hotspot_proxy_v2.py +++ b/hotspot_proxy_v2.py @@ -264,7 +264,8 @@ class API(NetstringReceiver): if self.debug: print("(API) Passing options line for ID {} to server".format(int_id(_dmrid))) _dport = self.peerTrack[_dmrid]['dport'] - self.transport.write(_options, (self.master,_dport)) + #self.transport.write(_options, (self.master,_dport)) + print(_options, (self.master,_dport)) if __name__ == '__main__':