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["title"] = article.get("title") or article.get("socialTeaserTitle")
|
||||||
rss["link"] = article["url"]
|
rss["link"] = article["url"]
|
||||||
|
|
||||||
summary = article.get("introduction") or article.get(
|
summary = article.get("introduction") or article.get("socialTeaserIntroduction")
|
||||||
"socialTeaserIntroduction"
|
|
||||||
)
|
|
||||||
if summary:
|
if summary:
|
||||||
rss["summary"] = summary
|
rss["summary"] = summary
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue