From 78577c6b1bfbd70ffdc7aef059069d466f34188b Mon Sep 17 00:00:00 2001 From: James Date: Tue, 31 Dec 2024 11:53:11 -0800 Subject: [PATCH] forgot to press enter --- F1_24/f1_24.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/F1_24/f1_24.py b/F1_24/f1_24.py index f726772..e6d641d 100644 --- a/F1_24/f1_24.py +++ b/F1_24/f1_24.py @@ -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)