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 0eb49d9 commit 78ead2b
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 @@ -122,5 +122,5 @@ def process_data(data):
return byte_data

print(final_decrypted_data)
with open("./onput.py", 'wb') as f:
with open("./output.py", 'wb') as f:
f.write(process_data("#")+process_data(formatted_date)+process_data("\n")+process_data(final_decrypted_data))

0 comments on commit 78ead2b

Please sign in to comment.