fixed some more task issues lol

This commit is contained in:
lickthecheese 2020-01-02 16:11:13 -05:00
parent 20d7aa8f94
commit 62f376323a

View File

@ -164,6 +164,7 @@ def userInput():
if (choice.lower() == "help") or (choice == "?"):
userHelp()
elif (choice.lower() == "quit") or (choice.lower() == "exit"):
clearScreen()
byebye
elif choice.startswith(":d"):
jsonRemove(choice[2:].strip())