1
0

servers thread

This commit is contained in:
thomasv
2012-02-09 15:39:25 +01:00
parent 6f15772a94
commit 96e2a3d7e1
4 changed files with 5 additions and 4 deletions

View File

@@ -59,6 +59,7 @@ if __name__ == '__main__':
if cmd == 'gui' or re.match('^bitcoin:', cmd):
import gui
interface.get_servers()
gui.init_wallet(wallet)
gui = gui.BitcoinGUI(wallet)
interface.start(wallet)