From 89187ab6a68b851629c6c2884184e4d314a8716c Mon Sep 17 00:00:00 2001 From: pictuga Date: Sun, 15 Sep 2013 15:44:25 +0200 Subject: [PATCH] Log generation time --- morss.py | 1 + 1 file changed, 1 insertion(+) diff --git a/morss.py b/morss.py index 4f7df0c..1c54b9e 100644 --- a/morss.py +++ b/morss.py @@ -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')