1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 08:38:20 +08:00

Opt: Few changes to match with new notifications system

This commit is contained in:
whoamikyo
2021-02-19 20:01:32 -03:00
parent 7bf5499fc2
commit a0f84696e1
8 changed files with 24 additions and 23 deletions

View File

@@ -57,6 +57,7 @@ class ExerciseCombat(HpDaemon, OpponentChoose, ExerciseEquipment):
success = True
end = True
logger.info("Exercise LOST")
self.device.send_notification('Exercises', 'Exercise LOST')
continue
if self.appear_then_click(GET_ITEMS_1):
continue