mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-21 22:54:45 +00:00
put redirects in url queue
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3172 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
2cfcb5c0bb
commit
2a336f8dad
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ class HttpUrl (internpaturl.InternPatternUrl, proxysupport.ProxySupport):
|
|||
newobj.warnings = self.warnings
|
||||
newobj.info = self.info
|
||||
# append new object to queue
|
||||
self.aggregate.append_url(newobj)
|
||||
self.aggregate.urlqueue.put(newobj)
|
||||
# pretend to be finished and logged
|
||||
return -1, response
|
||||
# new response data
|
||||
|
|
|
|||
Loading…
Reference in a new issue