From cf636d97db9c53e991a10f0485aea67ea1735f93 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 7 Apr 2026 13:43:02 +0800 Subject: [PATCH] bugfix --- uapi/init.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/uapi/init.py b/uapi/init.py index 0080cfb..04978ff 100644 --- a/uapi/init.py +++ b/uapi/init.py @@ -14,10 +14,14 @@ from .uptask import ( uptask_feedback, uptask_started ) +from .uapi import UpAppApi +from .apidata import UAPIData def load_uapi(): g = ServerEnv() g.UAPI = UAPI + g.UpAppApi = UpAppApi + g.uapi_data = UAPIData() g.get_deerer = get_deerer g.deerer = deerer g.get_callerid = get_callerid