mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 15:01:29 +08:00
Fix: Missing argument in _shop_obstruct_handle()
This commit is contained in:
@@ -154,7 +154,7 @@ class Navbar:
|
|||||||
logger.warning(f'{self.name} failed to set {text.strip()}')
|
logger.warning(f'{self.name} failed to set {text.strip()}')
|
||||||
return False
|
return False
|
||||||
|
|
||||||
if self._shop_obstruct_handle():
|
if self._shop_obstruct_handle(main=main):
|
||||||
interval.reset()
|
interval.reset()
|
||||||
timeout.reset()
|
timeout.reset()
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user