aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpasscheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/passcheck.py b/passcheck.py
index b32f5b0..d7b7f5a 100755
--- a/passcheck.py
+++ b/passcheck.py
@@ -55,7 +55,7 @@ def distance(a, b):
if a == b:
return 0
L1 = '1234567890'
- L2 = 'wertyuiop'
+ L2 = 'qwertyuiop'
L3 = 'asdfghjkl'
L4 = 'zxcvbnm'
keys = {}