mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
Deletion of a trailing '#'.
Please note that I have added that '#' by mistake.
This commit is contained in:
@@ -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") \
|
||||
|
||||
Reference in New Issue
Block a user