nix fmt
This commit is contained in:
parent
c58bac3abd
commit
c0d5a0eb0b
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue