Skip to content

Commit

Permalink
Update decoder.py
Browse files Browse the repository at this point in the history
Signed-off-by: wfxey <158351052+wfxey@users.noreply.github.com>
  • Loading branch information
wfxey authored Aug 17, 2024
1 parent ea556c1 commit 293286a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion diec/decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def decode():

decoded_text = ''.join([chr(int(bv, 2)) for bv in binary_values if len(bv) == 8])

print(decoded_text)
return decoded_text

if __name__ == "__main__":
Expand Down

0 comments on commit 293286a

Please sign in to comment.