mirror of https://gitlab.com/bashrc2/epicyon
Don't break so that count can increase
parent
160ab41a5a
commit
81c78e2b0e
|
@ -1082,7 +1082,6 @@ def detect_dogwhistles(content: str, dogwhistles: {}) -> {}:
|
|||
}
|
||||
else:
|
||||
result[whistle]['count'] += 1
|
||||
break
|
||||
return result
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue