mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-17 13:08:57 +03:00
Remove unused variable
This commit is contained in:
@@ -476,7 +476,6 @@ class AddChannel(ModalWithClickExit):
|
|||||||
|
|
||||||
@on(Button.Pressed, "#add-channel-switch-buttons > *")
|
@on(Button.Pressed, "#add-channel-switch-buttons > *")
|
||||||
def handle_switch_buttons(self, event: Button.Pressed) -> None:
|
def handle_switch_buttons(self, event: Button.Pressed) -> None:
|
||||||
button_ = event.button.id
|
|
||||||
self.query_one("#add-channel-switcher").current = event.button.id.replace(
|
self.query_one("#add-channel-switcher").current = event.button.id.replace(
|
||||||
"-button", "-container"
|
"-button", "-container"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user