mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-02-11 09:25:00 +00:00
Update server.py
This commit is contained in:
parent
0e1f8b1fb6
commit
f4bbcf229c
|
@ -211,7 +211,7 @@ def proxy_check_filtered(data, webserver, port, scheme, method, url):
|
|||
# check ID with VowelRatio10 strategy
|
||||
def vowel_ratio_test(s):
|
||||
ratio = calculate_vowel_ratio(s)
|
||||
return ratio > 0.2 and ratio < 0.7
|
||||
return ratio > 0.2 and ratio < 0.8
|
||||
if all(map(vowel_ratio_test, matches)):
|
||||
score += 1
|
||||
strategies.append('VowelRatio10')
|
||||
|
|
Loading…
Reference in New Issue
Block a user