mirror of https://gitlab.com/bashrc2/epicyon
Check for repeats
parent
b703a98b8f
commit
41f7dc4d51
|
@ -252,7 +252,8 @@ def removeLongWords(content: str,maxWordLength: int,longWordsList: []) -> str:
|
|||
if '=\"' in wordStr:
|
||||
continue
|
||||
if '@' in wordStr:
|
||||
continue
|
||||
if '@@' not in wordStr:
|
||||
continue
|
||||
if 'https:' in wordStr:
|
||||
continue
|
||||
elif 'http:' in wordStr:
|
||||
|
|
Loading…
Reference in New Issue