Same fix for other logs

proto_v5
Simon 4 years ago
parent 3e58e443ea
commit a1acfce029

@ -123,7 +123,7 @@ class Proxy(DatagramProtocol):
except KeyError: except KeyError:
return return
if self.clientinfo: 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 return
if _command == DMRD: if _command == DMRD:

Loading…
Cancel
Save

Powered by TurnKey Linux.