We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fbeb3 commit 178440aCopy full SHA for 178440a
docs/topics/request-response.rst
@@ -367,7 +367,7 @@ method for this job. Here's an example spider which uses it::
367
def after_login(self, response):
368
# check login succeed before going on
369
if "authentication failed" in response.body:
370
- self.log("Login failed", level=log.ERROR)
+ self.log("Login failed", level=scrapy.log.ERROR)
371
return
372
373
# continue scraping with authenticated session...
0 commit comments