mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 04:08:09 +08:00
Fix: semi-auto can't find campaign_extract_name_image
This commit is contained in:
parent
c56ef3568c
commit
3d6008be7a
@ -1,12 +1,10 @@
|
||||
from module.combat.combat import Combat
|
||||
from module.campaign.campaign_base import CampaignBase
|
||||
from module.daemon.assets import *
|
||||
from module.handler.ambush import MAP_AMBUSH_EVADE
|
||||
from module.handler.mystery import MysteryHandler
|
||||
from module.map.map_fleet_preparation import FleetPreparation
|
||||
from module.exception import *
|
||||
from module.handler.ambush import MAP_AMBUSH_EVADE
|
||||
|
||||
|
||||
class AzurLaneDaemon(FleetPreparation, Combat, MysteryHandler):
|
||||
class AzurLaneDaemon(CampaignBase):
|
||||
def daemon(self):
|
||||
self.config.ENABLE_GAME_STUCK_HANDLER = False
|
||||
self.device.config.ENABLE_GAME_STUCK_HANDLER = False
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user