Skip to content

Commit

Permalink
oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
happycube committed Dec 26, 2018
1 parent 5060230 commit ee438a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ld-decode.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def write_json(ldd, outname):
for i in range(0, req_frames * 2):
f = ldd.readfield()

if i < 5 or ((i % 10) == 0):
print('write json')
if i < 100 or ((i % 1000) == 0):
#print('write json')
write_json(ldd, outname)


0 comments on commit ee438a3

Please sign in to comment.