Browse Source

fix: interface.close

283
ThomasV 8 years ago
parent
commit
9c2d12923a
  1. 2
      lib/network.py

2
lib/network.py

@ -751,7 +751,7 @@ class Network(util.DaemonThread):
self.notify('updated')
else:
interface.print_error("header didn't connect, dismissing interface")
interface.stop()
interface.close()
else:
self.request_header(interface, data, next_height)

Loading…
Cancel
Save