Browse Source

...

PYADPT-55
Volker Birk 6 years ago
parent
commit
82d98176f8
  1. 2
      test/sync_handshake.py

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

Loading…
Cancel
Save