From 861b531c372b42da8dc2eaa9c6c9b2872ca87854 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 2 Apr 2026 15:29:13 +0800 Subject: [PATCH] bugfix --- uapi/appapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uapi/appapi.py b/uapi/appapi.py index 69d6dee..6d205cf 100644 --- a/uapi/appapi.py +++ b/uapi/appapi.py @@ -145,7 +145,7 @@ class UAPI: ret = await te.renders(tmplstr, ns) return ret except Exception as e: - e = Exception(f'{e}:{tmplstr=}, {ns=}') + e = Exception(f'{e}:{tmplstr=}, {params=}') exception(f'{e}') raise e