From 0bc3af16cc05c79c087fb4eb82bfd0365fbe0a96 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Sat, 15 Jun 2019 15:05:06 +0200 Subject: [PATCH] that's the sync thread --- test/sync_handshake.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/sync_handshake.py b/test/sync_handshake.py index 1517917..13cb87f 100644 --- a/test/sync_handshake.py +++ b/test/sync_handshake.py @@ -138,10 +138,10 @@ def run(name, color=None): def sync_thread(): ui = UserInterface() pEp.do_sync_protocol() - ui_thread = Thread(target=sync_thread) + sync = Thread(target=sync_thread) ui_thread.start() else: - ui_thread = None + sync = None ui = UserInterface() try: