mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 23:41:35 +00:00
fix: interface.close
This commit is contained in:
parent
3d32301121
commit
9c2d12923a
1 changed files with 1 additions and 1 deletions
|
@ -751,7 +751,7 @@ class Network(util.DaemonThread):
|
||||||
self.notify('updated')
|
self.notify('updated')
|
||||||
else:
|
else:
|
||||||
interface.print_error("header didn't connect, dismissing interface")
|
interface.print_error("header didn't connect, dismissing interface")
|
||||||
interface.stop()
|
interface.close()
|
||||||
else:
|
else:
|
||||||
self.request_header(interface, data, next_height)
|
self.request_header(interface, data, next_height)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue