texit after giuo session - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 462e7f3d0dad02e4a65af35ef18815173a72c26d DIR parent af75804b17c3d0158fc308a502bb3a8898240a1a HTML Author: ThomasV <thomasv@gitorious> Date: Wed, 9 Nov 2011 22:56:24 +0100 exit after giuo session Diffstat: M client/electrum.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/client/electrum.py b/client/electrum.py t@@ -617,6 +617,7 @@ if __name__ == '__main__': gui.init_wallet(wallet) gui = gui.BitcoinGUI(wallet) gui.main() + exit(0) if not wallet.read():