1
0

do not wait for interface when launching gui

This commit is contained in:
ecdsa
2013-03-10 10:15:09 +01:00
parent d848e9b91d
commit 49a4c6c92a
2 changed files with 10 additions and 8 deletions

View File

@@ -586,11 +586,6 @@ class Interface(threading.Thread):
return out
def start(self):
threading.Thread.start(self)
# wait until connection is established
self.connect_event.wait()
def run(self):
while True:
self.init_interface()