fix recording nouns

i should not be allowed near a computer
This commit is contained in:
xfnw 2022-05-17 22:26:01 -04:00
parent 3e1c3dac5b
commit 9d9c9dcd34
1 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,7 @@ async def rec(self, m):
),
["id"],
)
noch.insert(dict(word=w))
noch.insert(dict(word=get(words, w)))
async def getNoun(self, words, c):
@ -127,6 +127,8 @@ async def genOut(self, noun):
elif coun >= shared.maxiter:
shared.enmul -= 1
print(f"coun {coun} enmul {shared.enmul} maxiter {shared.maxiter}")
return out