diff --git a/.bin/Scripts/functions/hw_diags.py b/.bin/Scripts/functions/hw_diags.py index 37321b43..d4927dd2 100644 --- a/.bin/Scripts/functions/hw_diags.py +++ b/.bin/Scripts/functions/hw_diags.py @@ -1306,7 +1306,7 @@ def run_hw_tests(state): cpu_passed = state.cpu.all_tests_passed() update_checkboxes = False if state.ticket_id: - if state.tests['Prime95']: + if state.tests['Prime95']['Enabled']: update_checkboxes = True elif any_disk_failures: update_checkboxes = True