mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-25 05:42:48 +08:00
Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript
This commit is contained in:
6
alas.py
6
alas.py
@@ -78,7 +78,7 @@ class AzurLaneAutoScript:
|
||||
except GameNotRunningError as e:
|
||||
logger.warning(e)
|
||||
self.config.task_call('Restart')
|
||||
return True
|
||||
return False
|
||||
except (GameStuckError, GameTooManyClickError) as e:
|
||||
logger.error(e)
|
||||
self.save_error_log()
|
||||
@@ -378,6 +378,10 @@ class AzurLaneAutoScript:
|
||||
from module.raid.run import RaidRun
|
||||
RaidRun(config=self.config, device=self.device).run()
|
||||
|
||||
def hospital(self):
|
||||
from module.event_hospital.hospital import Hospital
|
||||
Hospital(config=self.config, device=self.device).run()
|
||||
|
||||
def coalition(self):
|
||||
from module.coalition.coalition import Coalition
|
||||
Coalition(config=self.config, device=self.device).run()
|
||||
|
||||
Reference in New Issue
Block a user