mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 18:42:07 +08:00
Unblock stdout in testing slave script
old-commit-hash: 09ac646abd2249c79abf3c0e92c02db131081637
This commit is contained in:
@@ -8,11 +8,15 @@ from common.timeout import Timeout
|
||||
from http.server import BaseHTTPRequestHandler, HTTPServer
|
||||
from os.path import expanduser
|
||||
from threading import Thread
|
||||
from selfdrive.manager import unblock_stdout
|
||||
|
||||
from common.params import Params
|
||||
import os
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unblock_stdout()
|
||||
|
||||
MASTER_HOST = "testing.comma.life"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user