Make it actually compile

This commit is contained in:
Erik Johnston 2016-08-02 18:32:42 +01:00
parent aecaec3e10
commit f83f5fbce8

View File

@ -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