Moved pause after search
This commit is contained in:
parent
ef0057c1b3
commit
e1d09234e9
@ -345,6 +345,7 @@ while "The program is running":
|
|||||||
elif choix == '2':
|
elif choix == '2':
|
||||||
os.system('cls')
|
os.system('cls')
|
||||||
membersearch()
|
membersearch()
|
||||||
|
os.system("pause")
|
||||||
|
|
||||||
elif choix == '3':
|
elif choix == '3':
|
||||||
sys.exit()
|
sys.exit()
|
||||||
@ -352,4 +353,3 @@ while "The program is running":
|
|||||||
else:
|
else:
|
||||||
os.system('cls')
|
os.system('cls')
|
||||||
print(colored('Choix incorrect !', 'red', attrs=['bold']))
|
print(colored('Choix incorrect !', 'red', attrs=['bold']))
|
||||||
os.system("pause")
|
|
||||||
|
Loading…
Reference in New Issue
Block a user