Added break after printcard() to return menu

This commit is contained in:
Jordan ERNST 2018-04-25 17:08:45 +02:00
parent 0354a586a6
commit 1332350e4b

View File

@ -340,6 +340,7 @@ while "The program is running":
if version not in ('dev', 'devnocam'):
bkpdb()
printcard(cartefilename)
break
elif choix == '2':
os.system('cls')
membersearch()