Merge pull request #723 from martindoublem/main
[Bluetooth2] fixed the execution of the toggle state
This commit is contained in:
commit
49edf97b89
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class Module(core.module.Module):
|
||||||
)
|
)
|
||||||
|
|
||||||
logging.debug("bt: toggling bluetooth")
|
logging.debug("bt: toggling bluetooth")
|
||||||
core.util.execute(cmd)
|
util.cli.execute(cmd)
|
||||||
|
|
||||||
def state(self, widget):
|
def state(self, widget):
|
||||||
"""Get current state."""
|
"""Get current state."""
|
||||||
|
|
Loading…
Reference in a new issue