From 82d98176f88a78b13adff2b80687958a0500573d Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Sat, 15 Jun 2019 15:06:25 +0200 Subject: [PATCH] ... --- test/sync_handshake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sync_handshake.py b/test/sync_handshake.py index 13cb87f..8ba1bcc 100644 --- a/test/sync_handshake.py +++ b/test/sync_handshake.py @@ -139,7 +139,7 @@ def run(name, color=None): ui = UserInterface() pEp.do_sync_protocol() sync = Thread(target=sync_thread) - ui_thread.start() + sync.start() else: sync = None ui = UserInterface()