diff --git a/linkcheck/HttpUrlData.py b/linkcheck/HttpUrlData.py index 12159f6e..b4084b44 100644 --- a/linkcheck/HttpUrlData.py +++ b/linkcheck/HttpUrlData.py @@ -165,7 +165,7 @@ class HttpUrlData(UrlData): self.data = self.urlConnection.read() self.downloadtime = time.time() - t self._init_html_comments() - #Config.debug(Config.DebugDelim+self.data+Config.DebugDelim) + return self.data def isHtml(self): if not (self.valid and self.mime):