[Bluetooth2] fixed the execution of the toggle state
This commit is contained in:
parent
04a2ea438b
commit
1912f3053d
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class Module(core.module.Module):
|
|||
)
|
||||
|
||||
logging.debug("bt: toggling bluetooth")
|
||||
core.util.execute(cmd)
|
||||
util.cli.execute(cmd)
|
||||
|
||||
def state(self, widget):
|
||||
"""Get current state."""
|
||||
|
|
Loading…
Reference in a new issue