aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpasscheck.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/passcheck.py b/passcheck.py
index c7f81f1..a0a9526 100755
--- a/passcheck.py
+++ b/passcheck.py
@@ -50,6 +50,7 @@ def _class(char):
def distance(a, b):
+ a, b = a.lower(), b.lower()
if a == b:
return 0
L1 = '1234567890'