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