mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Merge pull request #1715 from LmeSzinc/bug_fix
Fix: Missing argument in _shop_obstruct_handle()
This commit is contained in:
commit
b2a1448b0d
@ -154,7 +154,7 @@ class Navbar:
|
||||
logger.warning(f'{self.name} failed to set {text.strip()}')
|
||||
return False
|
||||
|
||||
if self._shop_obstruct_handle():
|
||||
if self._shop_obstruct_handle(main=main):
|
||||
interval.reset()
|
||||
timeout.reset()
|
||||
continue
|
||||
|
||||
Loading…
Reference in New Issue
Block a user