mirror of https://github.com/scrapy/scrapy.git
Correct init bag for load old scrapy.contrib.httpcache.FilesystemCacheStorage
This commit is contained in:
parent
6ab8afb992
commit
2c51266a40
|
|
@ -100,4 +100,4 @@ class FilesystemCacheStorage(_FilesystemCacheStorage):
|
|||
'scrapy.contrib.downloadermiddlware.httpcache is '
|
||||
'deprecated, use scrapy.contrib.httpcache instead.',
|
||||
category=ScrapyDeprecationWarning, stacklevel=1)
|
||||
super(_FilesystemCacheStorage, self).__init__(*args, **kwargs)
|
||||
super(FilesystemCacheStorage, self).__init__(*args, **kwargs)
|
||||
|
|
|
|||
Loading…
Reference in New Issue