fix static analysis

pull/31531/head
Justin Newberry 1 year ago
parent e7695c3f32
commit 3f104f3fbd
  1. 2
      tools/replay/can_replay.py

@ -10,7 +10,7 @@ os.environ['FILEREADER_CACHE'] = '1'
from openpilot.common.realtime import config_realtime_process, Ratekeeper, DT_CTRL
from openpilot.selfdrive.boardd.boardd import can_capnp_to_can_list
from openpilot.tools.lib.logreader import LogReader
from panda import Panda, PandaJungle
from panda import PandaJungle
# set both to cycle power or ignition
PWR_ON = int(os.getenv("PWR_ON", "0"))

Loading…
Cancel
Save