From: Steven Tobin Date: Mon, 26 Sep 2016 11:21:47 +0000 (+0100) Subject: fix PEP8 issue in example X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ce4f2216fa804f066187023d9950eb9da78461ae;p=redacted-XKCD-password-generator.git fix PEP8 issue in example --- diff --git a/examples/example_json.py b/examples/example_json.py index d886e6c..4f22fe5 100644 --- a/examples/example_json.py +++ b/examples/example_json.py @@ -13,8 +13,8 @@ def json_password_generator(request): wordfile = xp.locate_wordfile() words = xp.generate_wordlist( - wordfile=wordfile, - min_length=3, + wordfile=wordfile, + min_length=3, max_length=8) suggestion = xp.generate_xkcdpassword(words, acrostic=acrostic)