master branch updates #19

Merged
alex_orid merged 32 commits from master into db-module 2021-04-09 20:43:03 +00:00
Showing only changes of commit 15abdc16f3 - Show all commits

View File

@ -23,6 +23,7 @@ class User_Module():
if "exit" in keyboardInput:
print("Quitting User Module Interface...")
inputLoop = False
break
self.parseInput(keyboardInput)