From fefb4e1abd60050f4a12780fecb1af70e976889f Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Fri, 28 Jun 2024 15:36:07 +0800 Subject: [PATCH] Update decode.py --- src/decode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/decode.py b/src/decode.py index c4acdd63a..d9935c613 100644 --- a/src/decode.py +++ b/src/decode.py @@ -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))