Unblock stdout in testing slave script

old-commit-hash: 09ac646abd
commatwo_master
Willem Melching 5 years ago
parent 8d4658790e
commit c1bb506016
  1. 4
      selfdrive/test/eon_testing_slave.py

@ -8,11 +8,15 @@ from common.timeout import Timeout
from http.server import BaseHTTPRequestHandler, HTTPServer from http.server import BaseHTTPRequestHandler, HTTPServer
from os.path import expanduser from os.path import expanduser
from threading import Thread from threading import Thread
from selfdrive.manager import unblock_stdout
from common.params import Params from common.params import Params
import os import os
if __name__ == "__main__":
unblock_stdout()
MASTER_HOST = "testing.comma.life" MASTER_HOST = "testing.comma.life"

Loading…
Cancel
Save