From 074942fd83973b1a213df35debaa84da6d93a05b Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 25 Jul 2022 01:54:49 +0100 Subject: [PATCH] Dasd --- hotspot_proxy_v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotspot_proxy_v2.py b/hotspot_proxy_v2.py index 4a5ba46..23d92bf 100644 --- a/hotspot_proxy_v2.py +++ b/hotspot_proxy_v2.py @@ -263,7 +263,7 @@ class API(NetstringReceiver): print(_cmd) if _cmd == b'RPTO' and (_dmrid in self.peerTrack): if self.debug: - print("(API) Passing options line for ID {} to server".format(int_id(peer_id))) + print("(API) Passing options line for ID {} to server".format(int_id(_dmrid))) _dport = self.peerTrack[_peer_id]['dport'] self.transport.write(b''.join([b'RPTO',_options]), (self.master,_dport))