mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
sleep to let socket threads timeout
This commit is contained in:
parent
47d86d12be
commit
e2185da094
1 changed files with 2 additions and 0 deletions
2
electrum
2
electrum
|
@ -131,6 +131,8 @@ def run_gui(config):
|
|||
if network:
|
||||
network.stop()
|
||||
|
||||
# sleep to let socket threads timeout
|
||||
time.sleep(0.3)
|
||||
sys.exit(0)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue