mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 10:15:20 +00:00
disconnected flag
This commit is contained in:
parent
a61d0bd03c
commit
f0e57e036b
1 changed files with 2 additions and 0 deletions
|
@ -340,9 +340,11 @@ def loop_interfaces_thread(wallet):
|
|||
wallet.run()
|
||||
except socket.error:
|
||||
print "socket error"
|
||||
wallet.interface.is_connected = False
|
||||
time.sleep(5)
|
||||
except:
|
||||
traceback.print_exc(file=sys.stdout)
|
||||
wallet.interface.is_connected = False
|
||||
time.sleep(5)
|
||||
continue
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue