Skip to content

Commit

Permalink
Fix query_vin_and_status.py require python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zt-chen authored and legonigel committed May 2, 2019
1 parent 3b351b7 commit 18c2e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/query_vin_and_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import struct
from panda import Panda
from hexdump import hexdump
from isotp import isotp_send, isotp_recv
from panda.isotp import isotp_send, isotp_recv

# 0x7e0 = Toyota
# 0x18DB33F1 for Honda?
Expand Down

0 comments on commit 18c2e69

Please sign in to comment.