This commit is contained in:
Alex Orid 2021-04-09 16:06:55 -04:00
parent dadf75364e
commit 15abdc16f3

View File

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