From b239ecf2c3627683688a7b346432828bbbf86509 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 21 Nov 2015 04:09:15 +0100 Subject: fix issue #1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- passcheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {} -- cgit v1.2.3-70-g09d2