mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-22 18:03:57 +02:00
oui
This commit is contained in:
4
main.py
4
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']
|
||||
|
Reference in New Issue
Block a user