mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-18 05:11:00 +00:00
fix variable typo
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1692 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
d0d1c5d69f
commit
751d60f924
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ class Cache (object):
|
|||
self.lock.acquire()
|
||||
try:
|
||||
if redirect in self.checked:
|
||||
url_data.copy_from_cache(self.checked[key])
|
||||
url_data.copy_from_cache(self.checked[redirect])
|
||||
return True
|
||||
return False
|
||||
finally:
|
||||
|
|
|
|||
Loading…
Reference in a new issue