Update can_replay.py (#24346)

Fixed typo from PandaJugnle to PandaJungle
This commit is contained in:
Daniel
2022-04-27 21:43:36 -07:00
committed by GitHub
parent 0c24465b64
commit c60ce2a770
+1 -1
View File
@@ -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