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:
58a087a
)
remove space from random delimiters
author
Steven Tobin
<steventtobin (at) gmail.com>
Sun, 19 Mar 2017 20:45:20 +0000
(20:45 +0000)
committer
Steven Tobin
<steventtobin (at) gmail.com>
Sun, 19 Mar 2017 20:45:20 +0000
(20:45 +0000)
examples/example_postprocess.py
patch
|
blob
|
history
diff --git
a/examples/example_postprocess.py
b/examples/example_postprocess.py
index be96bd44a98e977aeea0e58eaacf2e91ebbfd5a6..5bab8ca0e129f55a954a84e0ccd2076d7eae2616 100755
(executable)
--- a/
examples/example_postprocess.py
+++ b/
examples/example_postprocess.py
@@
-3,7
+3,7
@@
import sys
import fileinput
import random
-SYMBOLS = [str(unichr(i)) for i in range(3
2
, 65)]
+SYMBOLS = [str(unichr(i)) for i in range(3
3
, 65)]
def rng_delimitor(password):
git clone https://git.99rst.org/PROJECT