Fixed for start command [WIP] output is needed
This commit is contained in:
@@ -9,4 +9,4 @@ class StartTestThread(threading.Thread):
|
||||
threading.Thread.__init__(self, daemon=True)
|
||||
|
||||
def run(self):
|
||||
CLICommands.start()
|
||||
CLICommands.start(True)
|
||||
|
Reference in New Issue
Block a user