fix dup profile printing

This commit is contained in:
Philip Sargent
2020-05-30 21:13:53 +01:00
parent 932b1a2ae3
commit b9aa447cac
2 changed files with 3 additions and 1 deletions

1
databaseReset.py Normal file → Executable file
View File

@@ -460,6 +460,7 @@ if __name__ == "__main__":
elif "profile" in sys.argv:
jq.loadprofiles()
jq.showprofile()
exit()
elif "help" in sys.argv:
usage()
exit()