mirror of
https://github.com/smallfawn/decode_action.git
synced 2025-12-21 01:05:05 +08:00
Update decode.py
This commit is contained in:
@@ -121,6 +121,6 @@ def process_data(data):
|
|||||||
raise TypeError("Expected string or bytes-like object")
|
raise TypeError("Expected string or bytes-like object")
|
||||||
return byte_data
|
return byte_data
|
||||||
|
|
||||||
|
print(final_decrypted_data)
|
||||||
with open("./onput.py", 'wb') as f:
|
with open("./onput.py", 'wb') as f:
|
||||||
f.write(process_data(final_decrypted_data))
|
f.write(process_data(final_decrypted_data))
|
||||||
|
|||||||
Reference in New Issue
Block a user