mirror of https://github.com/scrapy/scrapy.git
Styling nitpick :-)
This commit is contained in:
parent
6c78b3d5ef
commit
e3e804cfb0
|
|
@ -41,7 +41,7 @@ class DownloaderMiddlewareManager(MiddlewareManager):
|
|||
(six.get_method_self(method).__class__.__name__, response.__class__.__name__))
|
||||
if response:
|
||||
defer.returnValue(response)
|
||||
defer.returnValue((yield download_func(request=request,spider=spider)))
|
||||
defer.returnValue((yield download_func(request=request, spider=spider)))
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def process_response(response):
|
||||
|
|
|
|||
Loading…
Reference in New Issue