mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-05 07:20:58 +00:00
get cache_key attribute directory
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1643 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
a1f9f2af2b
commit
66d78a3fa0
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class TestLogger (linkcheck.logger.Logger):
|
|||
url += " (cached)"
|
||||
self.result.append(url)
|
||||
if self.has_field('cachekey'):
|
||||
self.result.append("cache key %s" % url_data.get_cache_key())
|
||||
self.result.append("cache key %s" % url_data.cache_key)
|
||||
if self.has_field('realurl'):
|
||||
self.result.append("real url %s" % url_data.url)
|
||||
if self.has_field('name') and url_data.name:
|
||||
|
|
|
|||
Loading…
Reference in a new issue