User-Module #17

Merged
alex_orid merged 6 commits from User-Module into master 2021-04-09 20:32:55 +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)