Removed some trailing spaces that I left.

This commit is contained in:
duendex 2013-09-25 12:59:11 -03:00
parent ae28c7d698
commit 36e4fc3785
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ class ScrapyAgent(object):
return self._Agent(reactor, contextFactory=self._contextFactory,
connectTimeout=timeout, bindAddress=bindaddress, pool=self._pool)
def download_request(self, request):
def download_request(self, request):
timeout = request.meta.get('download_timeout') or self._connectTimeout
agent = self._get_agent(request, timeout)