X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=plugins%2Frss_feed.py;h=0681b39dbd18b1f030dd7fbafd4457d9cc33e693;hb=d652ea92b69b4d9d8a2829d0f04eec03238f7f02;hp=71c54111bd786660143ed6d5ca0c98603ced7671;hpb=beefd7886d61f941afdd0041c109219327894119;p=webber.git diff --git a/plugins/rss_feed.py b/plugins/rss_feed.py index 71c5411..0681b39 100644 --- a/plugins/rss_feed.py +++ b/plugins/rss_feed.py @@ -50,7 +50,7 @@ def sitemap_scan(params): item = PyRSS2Gen.RSSItem( title = file["title"], link = full_url, - guid = PyRSS2Gen.Guid("%s %s" % (full_url, file["mtime"])), + guid = PyRSS2Gen.Guid("%s %s" % (full_url, file["mtime"]), isPermaLink=0), description = change, pubDate = datetime.datetime.fromtimestamp(file["mtime"], utc), )