Skip to content

Commit

Permalink
add fix from solusipse#5
Browse files Browse the repository at this point in the history
  • Loading branch information
uNaMEdUsER-BmTH committed Sep 23, 2024
1 parent faa4112 commit 1bd4a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spectrology.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def convert(inpt, output, minfreq, maxfreq, pxs, wavrate, rotate, invert):
sys.stdout.write("Conversion progress: %d%% \r" % (float(x) / img.size[0]*100) )
sys.stdout.flush()

output.writeframes(data.tostring())
output.writeframes(data)
output.close()

tms = timeit.default_timer()
Expand Down

0 comments on commit 1bd4a7b

Please sign in to comment.