Fixed calls for hive and subkey

This commit is contained in:
J-Doiron
2024-12-23 12:45:12 -08:00
parent 8dc0e1107d
commit 226e6b8c24
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ def run_benchmark() -> tuple[float]:
time.sleep(10)
process_registry_file(input_file, config_file)
process_registry_file(hive, subkey, input_file, config_file)
sys.exit(1)
# Make sure the game started correctly
result = kerasService.look_for_word("remastered", 10, 5)