aboutsummaryrefslogtreecommitdiffstats
path: root/passcheck.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-21 04:09:15 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-21 04:09:15 +0100
commitb239ecf2c3627683688a7b346432828bbbf86509 (patch)
treee6970eb04a348ab6e7f8186d1c98aef63fa09437 /passcheck.py
parentupdate dist (diff)
downloadpasscheck-b239ecf2c3627683688a7b346432828bbbf86509.tar.gz
passcheck-b239ecf2c3627683688a7b346432828bbbf86509.tar.bz2
passcheck-b239ecf2c3627683688a7b346432828bbbf86509.tar.xz
fix issue #1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'passcheck.py')
-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 = {}