mirror of
https://codeberg.org/D3M0N/antichrist_bot.git
synced 2025-04-11 20:58:47 +02:00
Fixed a typo
This commit is contained in:
parent
739bd3d4c6
commit
3176dd9da3
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class RSSModule(BaseModule):
|
|||
for entry in sorted(new_entries, key=lambda x: x["date"]):
|
||||
message = template.format(
|
||||
feed_url=feed_data["feed_url"],
|
||||
feed_title=feed_info["title"] or fleed_data["feed_url"],
|
||||
feed_title=feed_info["title"] or feed_data["feed_url"],
|
||||
feed_description=feed_info["description"],
|
||||
title=entry["title"],
|
||||
link=entry["link"],
|
||||
|
|
Loading…
Add table
Reference in a new issue