Changed test.py to read 0.bin instead of 1.bin
This commit is contained in:
parent
8eaa3abd5b
commit
ff8986e103
1 changed files with 1 additions and 1 deletions
2
test.py
2
test.py
|
@ -1,4 +1,4 @@
|
|||
with open('data/1.bin', 'rb') as f:
|
||||
with open('data/0.bin', 'rb') as f:
|
||||
data = f.read()
|
||||
|
||||
print(hex(int.from_bytes(data, byteorder='little', signed=False)))
|
||||
|
|
Reference in a new issue