From 1912f3053d3d6e7bb815e465697a7ec4e52c23fe Mon Sep 17 00:00:00 2001 From: Martin Morlot Date: Fri, 9 Oct 2020 10:59:45 +0200 Subject: [PATCH] [Bluetooth2] fixed the execution of the toggle state --- bumblebee_status/modules/contrib/bluetooth2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bumblebee_status/modules/contrib/bluetooth2.py b/bumblebee_status/modules/contrib/bluetooth2.py index b8fac09..52474b9 100644 --- a/bumblebee_status/modules/contrib/bluetooth2.py +++ b/bumblebee_status/modules/contrib/bluetooth2.py @@ -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."""