Unblock stdout in testing slave script

pull/1486/head
Willem Melching 2020-04-27 12:42:28 -07:00
parent f7f0a81d13
commit 09ac646abd
1 changed files with 4 additions and 0 deletions

View File

@ -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"