This commit is contained in:
piair 2022-06-22 21:18:08 +02:00
parent cbdc6c9935
commit 38c24ce143

View File

@ -9,9 +9,9 @@ config.read(config_path)
def confirm(texte, default = False):
if default :
txt = '[y/N]'
else :
txt = '[Y/n]'
else :
txt = '[y/N]'
yes = ['y', 'yes', 'o', 'oui']
no = ['n', 'non', 'no']