mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-06 07:40:59 +00:00
oopsie floopsie, forgot function call
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@654 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
b698427b55
commit
42be9153da
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class FtpUrlData (ProxyUrlData):
|
|||
line=self.line,
|
||||
column=self.column,
|
||||
name=self.name)
|
||||
http.buildUrl
|
||||
http.buildUrl()
|
||||
return http.check()
|
||||
# no proxy
|
||||
_user, _password = self._getUserPassword()
|
||||
|
|
|
|||
Loading…
Reference in a new issue