mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-09-27 18:03:52 +08:00
Update can_replay.py (#24346)
Fixed typo from PandaJugnle to PandaJungle
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user