From 15abdc16f3dd6fcace419e8885c7e93a015fe8c5 Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Fri, 9 Apr 2021 16:06:55 -0400 Subject: [PATCH] loop --- user_module.py | 1 + 1 file changed, 1 insertion(+) diff --git a/user_module.py b/user_module.py index ad2635f..6ffd978 100644 --- a/user_module.py +++ b/user_module.py @@ -23,6 +23,7 @@ class User_Module(): if "exit" in keyboardInput: print("Quitting User Module Interface...") + inputLoop = False break self.parseInput(keyboardInput)