From 139e344d23a556f9ed82d342c788c553abc72d96 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 2 Mar 2026 19:49:42 +0800 Subject: [PATCH] bugfix --- app/sage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/sage.py b/app/sage.py index 12f83fd..79d7afb 100644 --- a/app/sage.py +++ b/app/sage.py @@ -56,7 +56,7 @@ async def woa_msghande(): config = getConfig() debug('woa_msghander on({config.woa_handler_id}) starting ....') await zmq_subscribe(config.woa_handler_id, msg_handler) - debug('woa_msghandler stopped.................')' + debug('woa_msghandler stopped.................') def init(): rf = RegisterFunction()