diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-02-12 14:48:12 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-02-12 14:48:12 +0100 |
| commit | 2b3be0f0f4f7420fef7258a4a85a343aac37c28c (patch) | |
| tree | e14de52bc84c7c8491585bc7c6b6b38a77e88d90 /crawler.py | |
| parent | 7c1ba903492748d87b16c3a118a91a43613d5b9a (diff) | |
| download | apigrabber-2b3be0f0f4f7420fef7258a4a85a343aac37c28c.tar.gz apigrabber-2b3be0f0f4f7420fef7258a4a85a343aac37c28c.zip | |
rewrite for better concurrency support
Diffstat (limited to 'crawler.py')
| -rw-r--r-- | crawler.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,6 +1,5 @@ #!/usr/bin/python -import logging import asyncio import aiohttp @@ -80,7 +79,6 @@ class Crawler(object): if not forever: break # stop after one iteration - logging.debug("%s: asking for more matches", region) return data |
