mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
No gibberish
This commit is contained in:
parent
84266ee93e
commit
6239aa9d3b
@ -673,7 +673,6 @@ class Broker(SocketServer.UDPServer):
|
||||
self.active_peers[ peer.addr ] = peer
|
||||
except Exception, e:
|
||||
log_error("Moving peer %s to active failed: %s" % (str(peer.addr), str(e)))
|
||||
print "VOBB", len(self.waiting_peers), len(self.active_peers)
|
||||
|
||||
def remove_peer(self, peer):
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user