mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 11:34:18 +00:00
no
This commit is contained in:
parent
87eee72dd7
commit
d3520ce490
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue