From 45b2ecc2b9279109f5649527c018d558090a02f9 Mon Sep 17 00:00:00 2001 From: pur1fy <2274916027@qq.com> Date: Thu, 28 Dec 2023 23:59:12 +0800 Subject: [PATCH] Update restart.py --- module/restart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/restart.py b/module/restart.py index 97279b30f..8c6facf4e 100644 --- a/module/restart.py +++ b/module/restart.py @@ -13,5 +13,5 @@ def implement(self): self.connection.app_stop(self.package_name) time.sleep(2) self.logger.info("--START BLUE ARCHIVE--") - self.connection.app_start(self.package_name) + self._init_emulator() return True