Skip to content

Commit de5e57f

Browse files
authored
Update Binary.py
1 parent 3ed47ad commit de5e57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/Binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ def unpack_binary_file():
9797
convert_to_binary(data)
9898

9999
# Unpack binary file to python dict
100-
unpack_binary_file('binary_data')
100+
unpack_binary_file()

0 commit comments

Comments
 (0)