Update decode.py

This commit is contained in:
smallfawn
2024-06-28 15:33:26 +08:00
committed by GitHub
parent 749be0e9be
commit 7fcad94f70

View File

@@ -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))