Update hzdr.py

This commit is contained in:
J-Doiron
2024-12-23 13:47:38 -08:00
parent 167fa03498
commit d194aab743

View File

@@ -60,9 +60,7 @@ def run_benchmark() -> tuple[float]:
am = ArtifactManager(LOG_DIRECTORY)
time.sleep(10)
sys.exit(1)
# Make sure the game started correctly
result = kerasService.look_for_word("remastered", 10, 5)
if not result: