Update can_replay.py (#24346)

Fixed typo from PandaJugnle to PandaJungle
pull/24352/head
Daniel 3 years ago committed by GitHub
parent 0c24465b64
commit c60ce2a770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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