Merge pull request #723 from martindoublem/main

[Bluetooth2] fixed the execution of the toggle state
This commit is contained in:
tobi-wan-kenobi 2020-10-09 11:14:59 +02:00 committed by GitHub
commit 49edf97b89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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