mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Make it actually compile
This commit is contained in:
parent
aecaec3e10
commit
f83f5fbce8
@ -344,8 +344,8 @@ class PreviewUrlResource(Resource):
|
||||
# lines)
|
||||
text_nodes = (
|
||||
line.strip()
|
||||
for el in cloned_tree.iter() if el.text
|
||||
for line in el.text.splitlines()
|
||||
for el in el.iter() if el.text
|
||||
)
|
||||
|
||||
# Try to get a summary of between 200 and 500 words, respecting
|
||||
|
Loading…
Reference in New Issue
Block a user