Moved pause after search

This commit is contained in:
Jordan ERNST 2018-04-25 17:31:38 +02:00
parent ef0057c1b3
commit e1d09234e9

View File

@ -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")