mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +08:00
Upd: delete gg_handler
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
from module.handler.login import LoginHandler
|
||||
from module.logger import logger
|
||||
from module.gg_handler.gg_handler import GGHandler
|
||||
|
||||
|
||||
class GameManager(LoginHandler):
|
||||
@@ -8,7 +7,7 @@ class GameManager(LoginHandler):
|
||||
logger.hr('Force Stop AzurLane', level=1)
|
||||
self.device.app_stop()
|
||||
logger.info('Force Stop finished')
|
||||
GGHandler(config=self.config, device=self.device).check_config()
|
||||
|
||||
if self.config.GameManager_AutoRestart:
|
||||
LoginHandler(config=self.config, device=self.device).app_restart()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user