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()