From 807887ac815f72ed5b00e639ef466759fc423e88 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 9 May 2023 19:08:22 +0100 Subject: [PATCH] klkl --- 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 26f0585..600d056 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