diff --git a/IFPass.py b/IFPass.py index 80df5b6..bbdb00a 100644 --- a/IFPass.py +++ b/IFPass.py @@ -345,6 +345,7 @@ while "The program is running": elif choix == '2': os.system('cls') membersearch() + os.system("pause") elif choix == '3': sys.exit() @@ -352,4 +353,3 @@ while "The program is running": else: os.system('cls') print(colored('Choix incorrect !', 'red', attrs=['bold'])) - os.system("pause")