1
0

fix: network start was calling __init__

This commit is contained in:
thomasv
2013-09-10 16:42:11 +02:00
parent 828d8fd3ed
commit 0ec436c02c
2 changed files with 3 additions and 1 deletions

View File

@@ -143,6 +143,7 @@ class Interface(threading.Thread):
elif method == 'server.banner':
self.banner = result
print "banner"
self.network.trigger_callback('banner')
elif method == 'server.peers.subscribe':
@@ -605,6 +606,7 @@ class Interface(threading.Thread):
self.change_status()
def change_status(self):
#print "change status", self.server, self.is_connected
self.queue.put(self)