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