master branch updates #18

Merged
alex_orid merged 8 commits from master into Chyron-Module 2021-04-09 20:34:39 +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)