1
0

move init_socket in constructor

This commit is contained in:
thomasv
2012-10-12 16:09:20 +02:00
parent a95e834e2e
commit 1a781036cf
6 changed files with 4 additions and 10 deletions

View File

@@ -3,7 +3,6 @@
from electrum import Interface
i = Interface({'server':'electrum.novit.ro:50001:t'})
i.init_socket()
i.start()
i.send([('server.peers.subscribe',[])])