mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-08 00:20:59 +00:00
really return value
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3117 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
4845e926a9
commit
cce1d273a7
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ def url_fix_host (urlparts):
|
|||
if port != dport:
|
||||
host = "%s:%d" % (host, port)
|
||||
urlparts[1] = userpass+host
|
||||
|
||||
return is_idn
|
||||
|
||||
def url_fix_common_typos (url):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue