Translate to German, Make TTS friendly
This commit is contained in:
@@ -11,7 +11,7 @@ def query_int(text):
|
||||
return query_int(text)
|
||||
|
||||
|
||||
def query_yes_no(question, default="no"):
|
||||
def query_yes_no(question, default="yes"):
|
||||
"""Ask a yes/no question via raw_input() and return their answer.
|
||||
|
||||
https://stackoverflow.com/questions/3041986/apt-command-line-interface-like-yes-no-input
|
||||
|
||||
Reference in New Issue
Block a user