git.99rst.org
/
redacted-XKCD-password-generator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
fb0e99d
)
fix PEP8 issue in example
author
Steven Tobin
<redacted>
Mon, 26 Sep 2016 11:21:47 +0000
(12:21 +0100)
committer
Steven Tobin
<redacted>
Mon, 26 Sep 2016 11:21:47 +0000
(12:21 +0100)
examples/example_json.py
patch
|
blob
|
history
diff --git
a/examples/example_json.py
b/examples/example_json.py
index d886e6c09726f2479fb1ae177a15da983f21697c..4f22fe5cec7a98b343211e75a155ebc12ee6cb3d 100644
(file)
--- 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)
git clone https://git.99rst.org/PROJECT