From e1d09234e94b5ae44428c6a280b355a0fa660e36 Mon Sep 17 00:00:00 2001 From: Jordan ERNST Date: Wed, 25 Apr 2018 17:31:38 +0200 Subject: [PATCH] Moved pause after search --- IFPass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")