This commit is contained in:
Родитель
e03a30e189
Коммит
2e60825bfb
|
@ -38,7 +38,7 @@ def confirm():
|
|||
"""
|
||||
answer = ""
|
||||
while answer not in ["y", "n"]:
|
||||
answer = input("OK to push to continue [Y/N]? ").lower()
|
||||
answer = input("OK to continue [Y/N]? ").lower()
|
||||
return answer == "y"
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче