Log generation time

master
pictuga 2013-09-15 15:44:25 +02:00
parent 04840d9843
commit 89187ab6a6
1 changed files with 1 additions and 0 deletions

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')