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':
|
||||
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")
|
||||
|
Loading…
Reference in New Issue
Block a user