2023.4 #168

Merged
edraft merged 56 commits from 2023.4 into master 2023-04-12 13:57:51 +02:00
Showing only changes of commit cf5ae89884 - Show all commits

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) CLICommands.start(is_dev=self._is_dev, output=True)