Log generation time

This commit is contained in:
pictuga 2013-09-15 15:44:25 +02:00
parent 04840d9843
commit 89187ab6a6

View File

@ -401,6 +401,7 @@ def Gather(url, cachePath, progress=False):
Fill(item, cache, url)
log(len(rss.items))
log(time.time() - startTime)
return rss.tostring(xml_declaration=True, encoding='UTF-8')