mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-11 18:10:58 +00:00
fix self.downloadtime to self.dltime
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3630 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
7a4c7e9f44
commit
5591bbe052
1 changed files with 1 additions and 1 deletions
|
|
@ -574,7 +574,7 @@ class HttpUrl (internpaturl.InternPatternUrl, proxysupport.ProxySupport):
|
|||
tag=WARN_HTTP_DECOMPRESS_ERROR)
|
||||
f = StringIO.StringIO(self.data)
|
||||
self.data = f.read()
|
||||
self.downloadtime = time.time() - t
|
||||
self.dltime = time.time() - t
|
||||
self.has_content = True
|
||||
|
||||
def is_html (self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue