Skip to content

Commit

Permalink
Update decode.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smallfawn authored Jun 28, 2024
1 parent 749be0e commit 7fcad94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decode.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ def process_data(data):
raise TypeError("Expected string or bytes-like object")
return byte_data


print(final_decrypted_data)
with open("./onput.py", 'wb') as f:
f.write(process_data(final_decrypted_data))

0 comments on commit 7fcad94

Please sign in to comment.