Fixed pause function

This commit is contained in:
Caleb Herpin 2021-07-27 20:09:00 -05:00
parent 9259de72a8
commit 599ce5a1f6

View File

@ -2,7 +2,7 @@ from time import sleep
import subprocess
import os
def pause(my_str):
def pause(my_str = "no message."):
print("Type exit to continue:" + my_str)
os.system("/bin/bash")
# input()