mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
plugins/RSS: Colons are pretty.
This commit is contained in:
parent
1aa73acd8d
commit
1edb4e13bf
@ -408,7 +408,7 @@ class RSS(callbacks.Plugin):
|
||||
when = 'time unavailable'
|
||||
# The rest of the entries are all available in the channel key
|
||||
response = format('Title: %s; URL: %u; '
|
||||
'Description: %s; Last updated %s.',
|
||||
'Description: %s; Last updated: %s.',
|
||||
info.get('title', 'unavailable').strip(),
|
||||
info.get('link', 'unavailable').strip(),
|
||||
info.get('description', 'unavailable').strip(),
|
||||
|
Loading…
Reference in New Issue
Block a user