Fixed for start command [WIP] output is needed

This commit is contained in:
2022-06-26 01:05:45 +02:00
parent fa002a50ac
commit d83d1a244e
3 changed files with 14 additions and 10 deletions

View File

@@ -9,4 +9,4 @@ class StartTestThread(threading.Thread):
threading.Thread.__init__(self, daemon=True)
def run(self):
CLICommands.start()
CLICommands.start(True)