Same fix for other logs

proto_v5
Simon 4 years ago
parent 3e58e443ea
commit a1acfce029

@ -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:

Loading…
Cancel
Save

Powered by TurnKey Linux.