mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-24 18:00:24 +00:00
_ call fixed
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@551 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
83fd15fe93
commit
08e3379b39
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ class HttpUrlData (UrlData):
|
|||
"""
|
||||
if self.proxy:
|
||||
host = self.proxy
|
||||
self.setInfo(_("Using Proxy %s")%self.proxy)
|
||||
self.setInfo(linkcheck._("Using Proxy %s")%`self.proxy`)
|
||||
else:
|
||||
host = self.urlTuple[1]
|
||||
Config.debug(HURT_ME_PLENTY, "host", host)
|
||||
|
|
|
|||
Loading…
Reference in a new issue