mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 22:08:20 +08:00
Fix: Update warning message method return binary values no room for 3rd value, can modify but having it just warn and move onto the next set and continue is fine as well
Fix: Timeout error shouldn't occur anymore, so nothing to raise except for specifically KeyError which happens via the globals() reference. Fix: Reset enhanceable filter per change as some users might have others enabled. Pressing 'All' first will turn them all off and allow only enhanceable to be displayed.
This commit is contained in:
@@ -83,7 +83,7 @@ class Switch:
|
||||
logger.warning(f'Unknown {self.name} switch')
|
||||
warning_show_timer.reset()
|
||||
if counter >= 1:
|
||||
logger.warning(f'{self.name} switch {status} asset has evaluated to unknown too many times')
|
||||
logger.warning(f'{self.name} switch {status} asset has evaluated to unknown too many times, asset should be re-verified')
|
||||
return False
|
||||
counter += 1
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user