diff --git a/none_demo/plugins/tuling.py b/none_demo/plugins/tuling.py index 96929e02..bc6fc8d0 100644 --- a/none_demo/plugins/tuling.py +++ b/none_demo/plugins/tuling.py @@ -34,4 +34,7 @@ async def _(session: CommandSession): @on_natural_language async def _(session: NLPSession): - return NLPResult(60.0, 'tuling', {'message': session.msg, 'one_time': True}) + return NLPResult(60.0, 'tuling', { + 'message': session.msg, + 'one_time': True + })