From 229deee940f555b904973dbd6b01529cdcd19419 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 27 Feb 2017 15:24:58 +0100 Subject: set api pagelimit to maximum --- crawler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawler.py') diff --git a/crawler.py b/crawler.py index f31c99a..fc09aca 100644 --- a/crawler.py +++ b/crawler.py @@ -15,7 +15,7 @@ class Crawler(object): """Sets constants.""" self._apiurl = APIURL self._token = token - self._pagelimit = 5 + self._pagelimit = 50 async def _req(self, session, path, params): """Sends an API request and returns the response dict. -- cgit v1.3.1