From 7959f093c9ecb597e43bdb8c2b464f6c78472dfc Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 25 Jul 2022 02:11:39 +0100 Subject: [PATCH] dlkfldk --- 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 6bdf2d6..30d5b86 100644 --- a/hotspot_proxy_v2.py +++ b/hotspot_proxy_v2.py @@ -266,7 +266,7 @@ class API(NetstringReceiver): if self.debug: print("(API) Passing options line for ID {} to server".format(int_id(_dmrid))) _dport = self.peerTrack[_dmrid]['dport'] - proxy.transport.write(_options, (self.master,_dport)) + self.proxy.transport.write(_options, (self.master,_dport))