remove extra newline

This commit is contained in:
xfnw 2021-10-05 00:40:13 -04:00
parent 2179c2770a
commit 978d1b8231
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ async def genOut(self, noun):
coun += 1
iter = 0
while (end.find_one(word=out[-1]) is None or nouns.count(word=out[-1])-1 > iter * shared.enmul) and iter < 7:
try:
out.append(random.choice(list(prew.find(pre=out[-1])))['pro'])
except IndexError: