Skip to content

Commit 2b16698

Browse files
committed
Fix: Missing argument in _shop_obstruct_handle()
1 parent 8c93437 commit 2b16698

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

module/ui/navbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def set(self, main, left=None, right=None, upper=None, bottom=None, skip_first_s
154154
logger.warning(f'{self.name} failed to set {text.strip()}')
155155
return False
156156

157-
if self._shop_obstruct_handle():
157+
if self._shop_obstruct_handle(main=main):
158158
interval.reset()
159159
timeout.reset()
160160
continue

0 commit comments

Comments
 (0)