Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
w0w
Browse files Browse the repository at this point in the history
translate what the fuck is a fucking suprise
  • Loading branch information
Dobby233Liu authored May 1, 2021
1 parent 78fe227 commit f1f3846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enc_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ def input_enc(file):
# w.write(b.decode(enc).encode(args[3]))
#except UnicodeDecodeError as e:
# print(e)
w.write(b.read().decode(enc).encode(args[3]))
w.write(f.read().decode(enc).encode(args[3]))

0 comments on commit f1f3846

Please sign in to comment.