mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Fix: ui_current unrecognised after raid
- Fix ui_ensure stop without error - Fix log string for callable expected_end
This commit is contained in:
@@ -309,7 +309,7 @@ class Combat(HPBalancer, EnemySearchingHandler, Retirement, SubmarineCall, Comba
|
||||
expected_end (str): with_searching, no_searching, in_stage.
|
||||
"""
|
||||
logger.info('Combat status')
|
||||
logger.attr('expected_end', expected_end)
|
||||
logger.attr('expected_end', expected_end.__name__ if callable(expected_end) else expected_end)
|
||||
exp_info = False # This is for the white screen bug in game
|
||||
while 1:
|
||||
self.device.screenshot()
|
||||
|
||||
Reference in New Issue
Block a user