diff --git a/pygea/pangeaservice.py b/pygea/pangeaservice.py index fd9667c..a58309f 100644 --- a/pygea/pangeaservice.py +++ b/pygea/pangeaservice.py @@ -324,9 +324,7 @@ class PangeaService: rss["title"] = article.get("title") or article.get("socialTeaserTitle") rss["link"] = article["url"] - summary = article.get("introduction") or article.get( - "socialTeaserIntroduction" - ) + summary = article.get("introduction") or article.get("socialTeaserIntroduction") if summary: rss["summary"] = summary