mirror of https://gitlab.com/bashrc2/epicyon
Test for =
parent
75a867ea23
commit
83386fd2a3
|
@ -251,7 +251,7 @@ def removeLongWords(content: str,maxWordLength: int,longWordsList: []) -> str:
|
|||
for wordStr in longWordsList:
|
||||
if wordStr.startswith('<'):
|
||||
continue
|
||||
if '=\"' in wordStr:
|
||||
if '=' in wordStr:
|
||||
continue
|
||||
if 'https:' in wordStr:
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue