diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-08 20:07:05 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-08 20:07:05 +0100 |
| commit | 9cfc1067fdd607de73327d65d44a6bbae90e9469 (patch) | |
| tree | b73276d61456a333a3b2185289127b1b80fae5ef /crawler.py | |
| parent | d85d3ec7b53d7f5a38fcd950cdf86bb26d7f54ca (diff) | |
| download | apigrabber-9cfc1067fdd607de73327d65d44a6bbae90e9469.tar.gz apigrabber-9cfc1067fdd607de73327d65d44a6bbae90e9469.zip | |
log: be more verbose
Diffstat (limited to 'crawler.py')
| -rw-r--r-- | crawler.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -72,8 +72,6 @@ class Crawler(object): params) if "errors" in res: - logging.warn("API returned error: '%s'", - res["errors"]) if res["errors"][0].get("title") == "Not Found" \ and params["page[offset]"] > 0: # a query returned exactly 50 matches |
