From 2b3be0f0f4f7420fef7258a4a85a343aac37c28c Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 12 Feb 2017 14:48:12 +0100 Subject: rewrite for better concurrency support --- crawler.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawler.py') diff --git a/crawler.py b/crawler.py index c21e535..aa0d029 100644 --- a/crawler.py +++ b/crawler.py @@ -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 -- cgit v1.3.1