oui
This commit is contained in:
parent
cbdc6c9935
commit
38c24ce143
4
main.py
4
main.py
|
@ -9,9 +9,9 @@ config.read(config_path)
|
||||||
|
|
||||||
def confirm(texte, default = False):
|
def confirm(texte, default = False):
|
||||||
if default :
|
if default :
|
||||||
txt = '[y/N]'
|
|
||||||
else :
|
|
||||||
txt = '[Y/n]'
|
txt = '[Y/n]'
|
||||||
|
else :
|
||||||
|
txt = '[y/N]'
|
||||||
|
|
||||||
yes = ['y', 'yes', 'o', 'oui']
|
yes = ['y', 'yes', 'o', 'oui']
|
||||||
no = ['n', 'non', 'no']
|
no = ['n', 'non', 'no']
|
||||||
|
|
Loading…
Reference in New Issue