mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Typo
This commit is contained in:
parent
e97648c4e2
commit
b5525c76d1
@ -347,7 +347,7 @@ class PreviewUrlResource(Resource):
|
||||
re.sub(r'\s+', '\n', el.text).strip()
|
||||
for el in cloned_tree.iter() if el.text
|
||||
)
|
||||
og['og:description'] = _summarize_paragraphs(text_nodes)
|
||||
og['og:description'] = summarize_paragraphs(text_nodes)
|
||||
|
||||
# TODO: delete the url downloads to stop diskfilling,
|
||||
# as we only ever cared about its OG
|
||||
|
Loading…
Reference in New Issue
Block a user