mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Fix: Handle MEOWFFICER_TRAIN_EVALUATE in _meow_skip_lock() (#3917)
This commit is contained in:
@@ -872,7 +872,7 @@ class OperationSiren(OSMap):
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
self = OperationSiren('month_test', task='OpsiMonthBoss')
|
||||
self = OperationSiren('alas', task='OpsiExplore')
|
||||
from module.os.config import OSConfig
|
||||
|
||||
self.config = self.config.merge(OSConfig())
|
||||
@@ -880,5 +880,5 @@ if __name__ == '__main__':
|
||||
self.device.screenshot()
|
||||
self.os_init()
|
||||
|
||||
logger.hr("OS clear Month Boss", level=1)
|
||||
self.clear_month_boss()
|
||||
# logger.hr("OS clear Month Boss", level=1)
|
||||
self.os_shop()
|
||||
|
||||
Reference in New Issue
Block a user