mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
exit after giuo session
This commit is contained in:
parent
af75804b17
commit
462e7f3d0d
1 changed files with 1 additions and 0 deletions
|
@ -617,6 +617,7 @@ if __name__ == '__main__':
|
||||||
gui.init_wallet(wallet)
|
gui.init_wallet(wallet)
|
||||||
gui = gui.BitcoinGUI(wallet)
|
gui = gui.BitcoinGUI(wallet)
|
||||||
gui.main()
|
gui.main()
|
||||||
|
exit(0)
|
||||||
|
|
||||||
if not wallet.read():
|
if not wallet.read():
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue