1
0

connect to random servers, reconnect if connection is lost

This commit is contained in:
thomasv
2013-09-10 17:52:43 +02:00
parent 0ec436c02c
commit 2df129cfbf
2 changed files with 46 additions and 46 deletions

View File

@@ -143,7 +143,6 @@ class Interface(threading.Thread):
elif method == 'server.banner':
self.banner = result
print "banner"
self.network.trigger_callback('banner')
elif method == 'server.peers.subscribe':