diff --git a/.bin/Scripts/functions/hw_diags.py b/.bin/Scripts/functions/hw_diags.py index 4b3aa626..9c2d03a7 100644 --- a/.bin/Scripts/functions/hw_diags.py +++ b/.bin/Scripts/functions/hw_diags.py @@ -108,10 +108,10 @@ def menu_diags(*args): run_tests(diag_modes[int(selection)-1]['Tests']) elif selection == 'A': run_program(['hw-diags-audio'], check=False, pipe=False) - sleep(1) + pause('Press Enter to return to main menu... ') elif selection == 'N': run_program(['hw-diags-network'], check=False, pipe=False) - sleep(1) + pause('Press Enter to return to main menu... ') elif selection == 'M': run_program(['cmatrix', '-abs'], check=False, pipe=False) elif selection == 'P':