main2
Bob Mottram 2019-11-04 21:00:55 +00:00
parent 90197046b3
commit e742e3ccbc
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ def removeLongWords(content: str,maxWordLength: int,longWordsList: []) -> str:
for wordStr in longWordsList: for wordStr in longWordsList:
if wordStr.startswith('<'): if wordStr.startswith('<'):
continue continue
if '=' in wordStr: if '="' in wordStr:
continue continue
if 'https:' in wordStr: if 'https:' in wordStr:
continue continue