forgot to press enter

This commit is contained in:
James
2024-12-31 11:53:11 -08:00
parent 0a52321fd4
commit 78577c6b1b

View File

@@ -111,6 +111,8 @@ def offline_menu():
result = kerasService.wait_for_word("Failed", timeout=50)
if not result:
logging.info("Didn't find the keyword 'Failed'")
return
user.press("enter")
def run_benchmark():
"""Runs the actual benchmark."""
remove_files(intro_videos)