1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 11:39:25 +08:00

Fix: Missing argument in _shop_obstruct_handle()

This commit is contained in:
LmeSzinc
2022-10-09 00:18:23 +08:00
parent 8c93437829
commit 2b16698d57

View File

@@ -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