You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.