From 07d3cf45cadc10792de69423a609204e88fca29f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 00:45:28 +0100 Subject: [PATCH] removed weird shitty code bruv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- client/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.py b/client/main.py index 40f94e0..d91c8e9 100644 --- a/client/main.py +++ b/client/main.py @@ -53,7 +53,7 @@ def get_assigned_params(): def is_connected_to_wifi(): output = subprocess.check_output(['iwgetid']) - return output.split('"')[1] is not None + return output.split('"')[1] # def update_led_strip(rgb_values, pixel, strip): # for i in range(LEDS_PER_PIXEL):