diff --git a/linkcheck/FtpUrlData.py b/linkcheck/FtpUrlData.py index 66e1f935..d7c42d96 100644 --- a/linkcheck/FtpUrlData.py +++ b/linkcheck/FtpUrlData.py @@ -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()