loop
This commit is contained in:
parent
dadf75364e
commit
15abdc16f3
@ -23,6 +23,7 @@ class User_Module():
|
|||||||
|
|
||||||
if "exit" in keyboardInput:
|
if "exit" in keyboardInput:
|
||||||
print("Quitting User Module Interface...")
|
print("Quitting User Module Interface...")
|
||||||
|
inputLoop = False
|
||||||
break
|
break
|
||||||
|
|
||||||
self.parseInput(keyboardInput)
|
self.parseInput(keyboardInput)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user