From 468e57a7b8cc1e78ef1399b8e6db8d4392eb587b Mon Sep 17 00:00:00 2001 From: pipeline-agent Date: Sun, 30 Aug 2026 08:31:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9D=8F=E5=AF=BC=E5=85=A5=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E2=80=94=E2=80=94serverenv/uniqueID/timeUtils/json.du?= =?UTF-8?q?mps=EF=BC=88=E5=AF=B9=E7=85=A7=E7=9B=AE=E6=A0=87=E6=9C=BA?= =?UTF-8?q?=E7=9C=9F=E5=AE=9E=E5=8C=85=E7=BB=93=E6=9E=84=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scense_runtime/runtime_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scense_runtime/runtime_service.py b/scense_runtime/runtime_service.py index fdac45d..acf2ea2 100644 --- a/scense_runtime/runtime_service.py +++ b/scense_runtime/runtime_service.py @@ -94,7 +94,7 @@ async def load_world_runtime(world_id): return {'ok': False, 'message': 'world_id is required', 'data': None} try: from sqlor.dbpools import DBPools - from ahserver import ServerEnv + from ahserver.serverenv import ServerEnv except Exception as exc: return _degraded(world_id, 'backend import unavailable: ' + str(exc))