diff --git a/gestion/interactive.py b/gestion/interactive.py index 4712e976..daab73b2 100644 --- a/gestion/interactive.py +++ b/gestion/interactive.py @@ -63,10 +63,11 @@ ou (choix, doc, valeur) ou encore (choix, doc, valeur, operation), où: raise KeyboardInterrupt() if answer == " ": for choice in choices: - if choice[0].lower != choix[0]: + if choice[0].lower != choice[0]: answer = choice[0][0].lower() break - cprint("Aucun choix par défaut!") + if answer == " ": + cprint("Aucun choix par défaut!") else: answer = answer.lower() for choice in choices: