Bugfix sleep()

This commit is contained in:
2Shirt 2019-04-18 19:24:39 -07:00
parent 427243c933
commit 21a587ee0f
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -94,7 +94,7 @@ def abort(show_prompt=True):
"""Abort script."""
print_warning('Aborted.')
if show_prompt:
sleep(timeout)
sleep(1)
pause(prompt='Press Enter to exit... ')
exit_script(1)