mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Had a test reversed.
This commit is contained in:
parent
73a5058f69
commit
36418e8ca6
@ -45,7 +45,7 @@ def main():
|
|||||||
s = s.replace('%r', ' ')
|
s = s.replace('%r', ' ')
|
||||||
if not s:
|
if not s:
|
||||||
continue
|
continue
|
||||||
if len(s.translate(string.ascii, goodChars))/len(s) < 0.2:
|
if len(s.translate(string.ascii, goodChars))/len(s) > 0.8:
|
||||||
continue
|
continue
|
||||||
if len(s) <= 3:
|
if len(s) <= 3:
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user