Fixed a typo

This commit is contained in:
D3M0N 2025-03-27 14:07:27 +00:00
parent 739bd3d4c6
commit 3176dd9da3

View file

@ -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"],