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:
d1bb59e
)
Remove whitespaces on empty line
author
François Freitag
<redacted>
Sat, 2 Dec 2017 21:20:59 +0000
(13:20 -0800)
committer
François Freitag
<redacted>
Sat, 20 Jan 2018 21:50:44 +0000
(13:50 -0800)
xkcdpass/xkcd_password.py
patch
|
blob
|
history
diff --git
a/xkcdpass/xkcd_password.py
b/xkcdpass/xkcd_password.py
index 0b74798a245d4d8b931dc7d167ee422ea6a4fb4c..b9a03b7848fa060de68a1f86f9d79dbeedac8b7e 100755
(executable)
--- a/
xkcdpass/xkcd_password.py
+++ b/
xkcdpass/xkcd_password.py
@@
-112,7
+112,7
@@
def generate_wordlist(wordfile=None,
Generate a word list from either a kwarg wordfile, or a system default
valid_chars is a regular expression match condition (default - all chars)
"""
-
+
# deal with inconsistent min and max, erring toward security
if min_length > max_length:
max_length = min_length
git clone https://git.99rst.org/PROJECT