1
0
Fork 0
forked from itec/banana

Fixed 0 no result

This commit is contained in:
itec78 2020-10-01 17:43:33 +02:00
parent 9a38bf63a1
commit 792a54bfd1

View file

@ -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)