Had a test reversed.

This commit is contained in:
Jeremy Fincher 2004-08-19 12:28:51 +00:00
parent 73a5058f69
commit 36418e8ca6
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ def main():
s = s.replace('%r', ' ')
if not s:
continue
if len(s.translate(string.ascii, goodChars))/len(s) < 0.2:
if len(s.translate(string.ascii, goodChars))/len(s) > 0.8:
continue
if len(s) <= 3:
continue