From: funilrys Date: Fri, 2 Mar 2018 20:43:52 +0000 (+0100) Subject: Deletion of a trailing '#'. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8f00cb4d762b1f99fbff0a5e5d18dac47c6f151e;p=stevenblack-hosts.git Deletion of a trailing '#'. Please note that I have added that '#' by mistake. --- diff --git a/updateHostsFile.py b/updateHostsFile.py index e28f0de5a..0c78c3e2f 100644 --- a/updateHostsFile.py +++ b/updateHostsFile.py @@ -1177,7 +1177,7 @@ def domain_to_idna(line): else: splited_line[1] = splited_line[1] \ .encode("IDNA") \ - .decode("UTF-8") + '#' + .decode("UTF-8") else: splited_line[1] = splited_line[1] \ .encode("IDNA") \