From a490c6832695a2f5593a03b57386692d2d32850f Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 9 May 2023 19:12:11 +0100 Subject: [PATCH] flkdlkf --- 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 600d056..1e6a494 100644 --- a/hotspot_proxy_v2.py +++ b/hotspot_proxy_v2.py @@ -165,7 +165,7 @@ class Proxy(DatagramProtocol): if self.clientinfo: 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 {}, port {}.'.format(self.peerTrack[_peer_id]['shost'],self.ListenPort) + print('Ask priv_helper to add to iptables: host {}, port {}.'.format(self.peerTrack[_peer_id]['shost'],self.ListenPort)) reactor.callInThread(self.privHelper.addBL,self.ListenPort,self.peerTrack[_peer_id]['shost']) return