mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 10:34:19 +01:00
Changed format slightly in rssinfo.
This commit is contained in:
parent
7e56114971
commit
8054a1cf5d
@ -143,7 +143,7 @@ class RSS(callbacks.Privmsg):
|
|||||||
else:
|
else:
|
||||||
date = "unavailable"
|
date = "unavailable"
|
||||||
# The rest of the entries are all available in the channel key
|
# The rest of the entries are all available in the channel key
|
||||||
response = "Title: %s :: URL: %s :: Description: %s :: Last updated: %s" % (
|
response = "Title: %s; URL: %s; Description: %s; Last updated: %s" % (
|
||||||
info.get('title', 'unavailable').strip(),
|
info.get('title', 'unavailable').strip(),
|
||||||
info.get('link', 'unavailable').strip(),
|
info.get('link', 'unavailable').strip(),
|
||||||
info.get('description', 'unavailable').strip(),
|
info.get('description', 'unavailable').strip(),
|
||||||
|
Loading…
Reference in New Issue
Block a user