#166 #167

Merged
edraft merged 3 commits from #166 into 2023.4 2023-04-11 14:49:22 +02:00
Showing only changes of commit 558dfb8ced - Show all commits

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)