sleep to let socket threads timeout

This commit is contained in:
ThomasV 2015-07-18 14:03:52 +02:00
parent 47d86d12be
commit e2185da094
1 changed files with 2 additions and 0 deletions

View File

@ -131,6 +131,8 @@ def run_gui(config):
if network:
network.stop()
# sleep to let socket threads timeout
time.sleep(0.3)
sys.exit(0)