1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2019-12-09 00:10:58 +01:00
parent 87eee72dd7
commit d3520ce490

View file

@ -15,7 +15,7 @@ class ApiKei(PageStar):
methods = ["POST"]
async def _generate(self, person, form, session) -> Tuple[Emotion, str]:
return Emotion.HAPPY, f'Prova'
return Emotion.NEUTRAL, "..."
async def page(self, request: Request) -> JSONResponse:
async with self.session_acm() as session: