Deactivated test output

This commit is contained in:
Sven Heidemann 2023-04-11 12:51:49 +02:00
parent 2ec8fc22b3
commit 558dfb8ced
1 changed files with 1 additions and 1 deletions

View File

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