mirror of https://github.com/scrapy/scrapy.git
Update scrapy/spidermiddlewares/stickymeta.py
Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
parent
fa3a225543
commit
190ea5f58b
|
|
@ -2,7 +2,7 @@ from scrapy.exceptions import NotConfigured
|
|||
from scrapy.http import Request
|
||||
|
||||
|
||||
class StickyMetaParamsMiddleware(object):
|
||||
class StickyMetaParamsMiddleware:
|
||||
"""Forward a configurable list of meta keys through subsequent requests"""
|
||||
|
||||
@classmethod
|
||||
|
|
|
|||
Loading…
Reference in New Issue