Skip to content

Commit

Permalink
Updated private function name
Browse files Browse the repository at this point in the history
  • Loading branch information
bsuryadevara committed Dec 18, 2023
1 parent 6450d90 commit 064a727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion morpheus/controllers/rss_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 064a727

Please sign in to comment.