remove extra newline
This commit is contained in:
parent
2179c2770a
commit
978d1b8231
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ async def genOut(self, noun):
|
||||||
coun += 1
|
coun += 1
|
||||||
iter = 0
|
iter = 0
|
||||||
while (end.find_one(word=out[-1]) is None or nouns.count(word=out[-1])-1 > iter * shared.enmul) and iter < 7:
|
while (end.find_one(word=out[-1]) is None or nouns.count(word=out[-1])-1 > iter * shared.enmul) and iter < 7:
|
||||||
|
|
||||||
try:
|
try:
|
||||||
out.append(random.choice(list(prew.find(pre=out[-1])))['pro'])
|
out.append(random.choice(list(prew.find(pre=out[-1])))['pro'])
|
||||||
except IndexError:
|
except IndexError:
|
||||||
|
|
Loading…
Reference in a new issue