mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-21 21:02:09 +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