This commit is contained in:
deadsmond 2019-12-03 21:41:36 +01:00
parent 548d6aea46
commit b644621a9b

View File

@ -57,6 +57,5 @@ shutil.copy(
with open(sys.argv[1].replace('.arg', '.exp'), 'r') as f:
for line in f:
# print(line.decode('utf-16', 'ignore'))
print(type(line), list(line), line)
print(line)
print('jesus christ')
result = [type(line), list(line), line]
print(result[2])