Added pause before exiting system setup
This commit is contained in:
parent
a6009b9923
commit
f0e5b3945d
1 changed files with 3 additions and 0 deletions
|
|
@ -326,6 +326,9 @@ def main():
|
|||
print_standard(values['Pause'])
|
||||
pause()
|
||||
|
||||
# Done
|
||||
pause('Press Enter to exit...')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue