From 38c24ce1436530fce5c0383742a8f065066cef9b Mon Sep 17 00:00:00 2001 From: piair Date: Wed, 22 Jun 2022 21:18:08 +0200 Subject: [PATCH] oui --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 8d66225..4af1d49 100644 --- a/main.py +++ b/main.py @@ -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']