diff --git a/morpheus/controllers/rss_controller.py b/morpheus/controllers/rss_controller.py index 149dea97e6..4ea4f9e3b3 100644 --- a/morpheus/controllers/rss_controller.py +++ b/morpheus/controllers/rss_controller.py @@ -234,7 +234,7 @@ def _try_parse_feed(self, url: str) -> "feedparser.FeedParserDict": if feed["bozo"]: try: - feed = self._parse_feed_with_beautiful_soup(feed_input, is_url) + feed = self._try_parse_feed_with_beautiful_soup(feed_input, is_url) except Exception: logger.error("Failed to parse the feed manually: %s", url) raise