mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-24 03:29:28 +01:00
Merge pull request #488 from Ashfire908/patch-1
RSS: Remove b'' from around the RSS url.
This commit is contained in:
commit
277f296057
@ -157,7 +157,7 @@ class RSS(callbacks.Plugin):
|
|||||||
pubDate = ' [%s]' % (headline[2],)
|
pubDate = ' [%s]' % (headline[2],)
|
||||||
newheadlines.append(format('%s %u%s',
|
newheadlines.append(format('%s %u%s',
|
||||||
headline[0],
|
headline[0],
|
||||||
link.encode('utf-8'),
|
link,
|
||||||
pubDate))
|
pubDate))
|
||||||
return newheadlines
|
return newheadlines
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user