forked from itec/banana
Fixed 0 no result
This commit is contained in:
parent
9a38bf63a1
commit
792a54bfd1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ def dec2banana(num, alphastart = None, shiftend = None, minlength = None, alphab
|
|||
#defaults
|
||||
if alphastart is None: alphastart = 0
|
||||
if shiftend is None: shiftend = 0
|
||||
if minlength is None: minlength = 0
|
||||
if minlength is None: minlength = 1
|
||||
if alphabet is None: alphabet = [list("bcdfglmnprstvz"), list("aeiou")]
|
||||
|
||||
numdict = len(alphabet)
|
||||
|
|
Loading…
Reference in a new issue