From a1acfce0290344ab8e3c405e580d5bcf59cab970 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 10 Mar 2022 21:51:32 +0000 Subject: [PATCH] Same fix for other logs --- 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 e4e0a36..b3f88a5 100644 --- a/hotspot_proxy_v2.py +++ b/hotspot_proxy_v2.py @@ -123,7 +123,7 @@ class Proxy(DatagramProtocol): except KeyError: return if self.clientinfo: - print('Add to blacklist: host {}. Expire time {}').format(self.peerTrack[_peer_id]['shost'],_bltime) + print('Add to blacklist: host {}. Expire time {}'.format(self.peerTrack[_peer_id]['shost'],_bltime)) return if _command == DMRD: