Deactivated test output

This commit is contained in:
Sven Heidemann 2023-04-11 12:51:49 +02:00
parent 2ec8fc22b3
commit 558dfb8ced

View File

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