Update can_replay.py (#24346)

Fixed typo from PandaJugnle to PandaJungle
old-commit-hash: c60ce2a770
taco
Daniel 3 years ago committed by GitHub
parent 1d989be3d6
commit 2201cf91a6
  1. 2
      tools/replay/can_replay.py

@ -17,7 +17,7 @@ try:
panda_jungle_imported = True
from panda_jungle import PandaJungle # pylint: disable=import-error # type: ignore
except ImportError:
PandaJugnle = None
PandaJungle = None
panda_jungle_imported = False

Loading…
Cancel
Save