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

@@ -158,7 +158,6 @@ if __name__ == '__main__':
conn = mdb.connect(db_instance, db_user, db_password, db_name);
i = Interface({'server':"%s:%d:t"%(electrum_server, 50001)})
i.init_socket()
i.start()