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 aa15210 commit fefb4e1
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 @@ -123,4 +123,4 @@ def process_data(data):

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

0 comments on commit fefb4e1

Please sign in to comment.