mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-17 04:41:01 +00:00
Remove old checkloginresult config.
This commit is contained in:
parent
a3c4ec74cd
commit
90c2cbc6da
1 changed files with 3 additions and 4 deletions
|
|
@ -54,10 +54,9 @@ def visit_loginurl (aggregate):
|
|||
store_cookies(tc.get_browser().cj, aggregate.cookies, url)
|
||||
resulturl = tc.get_browser().get_url()
|
||||
log.debug(LOG_CHECK, u"URL after POST is %s" % resulturl)
|
||||
# add URL to check list
|
||||
if config["checkloginresult"]:
|
||||
from ..checker import get_url_from
|
||||
aggregate.urlqueue.put(get_url_from(resulturl, 0, aggregate))
|
||||
# add result URL to check list
|
||||
from ..checker import get_url_from
|
||||
aggregate.urlqueue.put(get_url_from(resulturl, 0, aggregate))
|
||||
|
||||
|
||||
def configure_twill (tc):
|
||||
|
|
|
|||
Loading…
Reference in a new issue