exit after giuo session

This commit is contained in:
ThomasV 2011-11-09 22:56:24 +01:00
parent af75804b17
commit 462e7f3d0d
1 changed files with 1 additions and 0 deletions

View File

@ -617,6 +617,7 @@ if __name__ == '__main__':
gui.init_wallet(wallet)
gui = gui.BitcoinGUI(wallet)
gui.main()
exit(0)
if not wallet.read():