Log generation time
parent
04840d9843
commit
89187ab6a6
1
morss.py
1
morss.py
|
@ -401,6 +401,7 @@ def Gather(url, cachePath, progress=False):
|
||||||
Fill(item, cache, url)
|
Fill(item, cache, url)
|
||||||
|
|
||||||
log(len(rss.items))
|
log(len(rss.items))
|
||||||
|
log(time.time() - startTime)
|
||||||
|
|
||||||
return rss.tostring(xml_declaration=True, encoding='UTF-8')
|
return rss.tostring(xml_declaration=True, encoding='UTF-8')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue