mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 19:07:01 +08:00
Upd: delete gg_handler
This commit is contained in:
@@ -3,7 +3,7 @@ from module.base.decorator import run_once
|
||||
from module.base.timer import Timer
|
||||
from module.combat.assets import GET_ITEMS_1, GET_ITEMS_2, GET_SHIP
|
||||
from module.exception import (GameNotRunningError, GamePageUnknownError,
|
||||
GameTooManyClickError)
|
||||
RequestHumanTakeover)
|
||||
from module.exercise.assets import EXERCISE_PREPARATION
|
||||
from module.handler.assets import (AUTO_SEARCH_MENU_EXIT, BATTLE_PASS_NEW_SEASON, BATTLE_PASS_NOTICE, GAME_TIPS,
|
||||
LOGIN_ANNOUNCE, LOGIN_ANNOUNCE_2, LOGIN_CHECK, LOGIN_RETURN_SIGN,
|
||||
@@ -435,7 +435,7 @@ class UI(InfoHandler):
|
||||
logger.critical("Possible reason #1: You haven't set any fleets in operation siren")
|
||||
logger.critical(
|
||||
"Possible reason #2: Your fleets haven't satisfied the level restrictions in operation siren")
|
||||
raise GameTooManyClickError
|
||||
raise RequestHumanTakeover
|
||||
if self.appear_then_click(RESET_TICKET_POPUP, offset=(30, 30), interval=3):
|
||||
return True
|
||||
if self.appear_then_click(RESET_FLEET_PREPARATION, offset=(30, 30), interval=3):
|
||||
|
||||
Reference in New Issue
Block a user