Deletion of a trailing '#'.

Please note that I have added that '#' by mistake.
This commit is contained in:
funilrys
2018-03-02 21:43:52 +01:00
parent 1141823bc8
commit 8f00cb4d76

View File

@@ -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") \