From f2ec2eb8d390c382aa69edf325dd59f508d4839e Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Mon, 11 Jun 2012 10:24:30 +1200 Subject: [PATCH] derp --- plugins/password.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/password.py b/plugins/password.py index 4a4396f..d7aaea2 100755 --- a/plugins/password.py +++ b/plugins/password.py @@ -38,7 +38,7 @@ def gen_password(types): needs_def = 1 #defaults to lowercase alpha password if no arguments are found if needs_def == 1: - okay = okay + [str(x) for x in xrange(0, 10)] + okay = okay + string.ascii_lowercase password = "" #generates password for x in range(length):