2to3: morss.py port xrange

This commit is contained in:
pictuga 2015-02-25 18:41:49 +08:00
parent 803d6e37c4
commit 071288015b

@ -550,7 +550,7 @@ def Gather(rss, url, cache, options):
queue = Queue()
for i in xrange(threads):
for i in range(threads):
t = threading.Thread(target=runner, args=(queue,))
t.daemon = True
t.start()