Fix RSS guid
This commit is contained in:
parent
104a48142e
commit
7cac877cc1
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ def rss(token, onstart=False):
|
|||
title='%s - http://%s%s' % (row.author_name, site.url, row.url),
|
||||
link=item_link,
|
||||
description=md.convert(row.content),
|
||||
guid=PyRSS2Gen.Guid(item_link),
|
||||
guid=PyRSS2Gen.Guid('%s/%d' % (item_link, row.id)),
|
||||
pubDate=row.published
|
||||
))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue