diff --git a/test.py b/test.py index 0c63a35..b7dee32 100644 --- a/test.py +++ b/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)))