getContent fix

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@87 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2000-05-18 12:18:56 +00:00
parent 2f2161385a
commit 569e591f1c

View file

@ -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):