diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-02-27 15:24:58 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-02-27 15:24:58 +0100 |
| commit | 229deee940f555b904973dbd6b01529cdcd19419 (patch) | |
| tree | 305184d5f43376db7dde6446707f50dc0d2f39bd | |
| parent | 235ded9c57471a30f7d8c6237fc6b39227dc7ec1 (diff) | |
| download | apigrabber-229deee940f555b904973dbd6b01529cdcd19419.tar.gz apigrabber-229deee940f555b904973dbd6b01529cdcd19419.zip | |
set api pagelimit to maximum
| -rw-r--r-- | crawler.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
