Hi. Sorry, I'm a totally nub both in python and git. But your code is so nice to me and only one thing I've done - to add openhook utf-8 in main
html = ''.join([line for line in fileinput.input(args.file, openhook=fileinput.hook_encoded("utf-8"))])
Thanks.
Hi. Sorry, I'm a totally nub both in python and git. But your code is so nice to me and only one thing I've done - to add openhook utf-8 in main
html = ''.join([line for line in fileinput.input(args.file, openhook=fileinput.hook_encoded("utf-8"))])Thanks.