From 9a47064d56168c40a9bb5ef270ed85a0db0ae335 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 9 May 2023 17:40:44 +0100 Subject: [PATCH] priv helper --- 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 129b229..4d60645 100644 --- a/hotspot_proxy_v2.py +++ b/hotspot_proxy_v2.py @@ -165,7 +165,7 @@ class Proxy(DatagramProtocol): print('Add to blacklist: host {}. Expire time {}'.format(self.peerTrack[_peer_id]['shost'],_bltime)) if self.privHelper: print('Ask priv_helper to add to iptables: host {}.'.format(self.peerTrack[_peer_id]['shost'])) - reactor.callInThread(privHelper.addBL(self.peerTrack[_peer_id]['shost'])) + reactor.callInThread(self.privHelper.addBL(self.peerTrack[_peer_id]['shost'])) return if _command == DMRD: