2to3: morss.py port xrange

master
pictuga 2015-02-25 18:41:49 +08:00
parent 803d6e37c4
commit 071288015b
1 changed files with 1 additions and 1 deletions

View File

@ -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()