From d7ab7595e6640e830197b4f06e6682de1e2c9241 Mon Sep 17 00:00:00 2001 From: Quan Date: Sat, 13 Dec 2025 00:04:19 +0800 Subject: [PATCH] =?UTF-8?q?refactor(app):=20=E8=B0=83=E6=95=B4=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E5=85=B3=E9=97=AD=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/application/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/application/app.py b/source/application/app.py index 8b54bd6..699223b 100644 --- a/source/application/app.py +++ b/source/application/app.py @@ -556,10 +556,10 @@ class XHS: await self.id_recorder.__aexit__(exc_type, exc_value, traceback) await self.data_recorder.__aexit__(exc_type, exc_value, traceback) await self.map_recorder.__aexit__(exc_type, exc_value, traceback) - await self.stop_script_server() await self.close() async def close(self): + await self.stop_script_server() await self.manager.close() @staticmethod