From 5a0f4743d8f00fa2059e12b2eae5f981f92036a5 Mon Sep 17 00:00:00 2001 From: Peter Badida Date: Tue, 13 Nov 2018 01:44:28 +0100 Subject: [PATCH] Move TODO item to a separate issue --- plyer/platforms/linux/wifi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plyer/platforms/linux/wifi.py b/plyer/platforms/linux/wifi.py index 441cfbd76..28d5c3247 100644 --- a/plyer/platforms/linux/wifi.py +++ b/plyer/platforms/linux/wifi.py @@ -90,7 +90,6 @@ def _disconnect(self): Disconnect all the networks managed by Network manager. ''' if self._nmcli_version() >= (1, 2, 6): - # todo replace wlan0 with dynamically fetched interface call(['nmcli', 'dev', 'disconnect', 'wlan0']) else: call(['nmcli', 'nm', 'enable', 'false'])