'hm'
This commit is contained in:
parent
694b994d03
commit
7e1d3c8cfb
@ -56,7 +56,6 @@ shutil.copy(
|
|||||||
)
|
)
|
||||||
|
|
||||||
with open(sys.argv[1].replace('.arg', ''), 'r') as f:
|
with open(sys.argv[1].replace('.arg', ''), 'r') as f:
|
||||||
print(f.decode('utf-16', 'ignore'))
|
|
||||||
for line in f:
|
for line in f:
|
||||||
# print(line.decode('utf-16', 'ignore'))
|
# print(line.decode('utf-16', 'ignore'))
|
||||||
print(line)
|
print(line)
|
||||||
|
Loading…
Reference in New Issue
Block a user