add missing "expect" handling when there's not many windows

This commit is contained in:
Frédéric Péters 2021-06-22 15:34:35 +02:00
parent 4f3180eb37
commit 376470aae6
1 changed files with 1 additions and 0 deletions

View File

@ -461,6 +461,7 @@ else:
handle_expects()
time.sleep(0.1)
send_status()
handle_expects()
percentage = (total_number - len(selected_servers)) / total_number
if percentage == 1: