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:
5becb29
)
replace empty string with space in DEFAULT_DELIMITERS
author
Steven Tobin
<redacted>
Mon, 20 Nov 2023 22:38:42 +0000
(22:38 +0000)
committer
Steven Tobin
<redacted>
Mon, 20 Nov 2023 22:38:42 +0000
(22:38 +0000)
xkcdpass/xkcd_password.py
patch
|
blob
|
history
diff --git
a/xkcdpass/xkcd_password.py
b/xkcdpass/xkcd_password.py
index 70fa11230868dc0641a2999907f90d75b9457901..b8337b23f00b00693d13e28428d84b63b187fd82 100755
(executable)
--- a/
xkcdpass/xkcd_password.py
+++ b/
xkcdpass/xkcd_password.py
@@
-62,7
+62,7
@@
if sys.version_info[0] >= 3:
DEFAULT_WORDFILE = "eff-long"
-DEFAULT_DELIMITERS = ["", "!", "@", "#", "$", "%", "^", "&", "*", "(", ")",
+DEFAULT_DELIMITERS = ["
", "!", "@", "#", "$", "%", "^", "&", "*", "(", ")",
"0", "1", "2", "3", "4", "5", "6", "7", "8", "9"]
git clone https://git.99rst.org/PROJECT