From 37778ae9470e0714160da20f63c84c9f44b828ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 00:46:54 +0100 Subject: [PATCH] added debug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- client/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/client/main.py b/client/main.py index d91c8e9..b20fc70 100644 --- a/client/main.py +++ b/client/main.py @@ -53,6 +53,7 @@ def get_assigned_params(): def is_connected_to_wifi(): output = subprocess.check_output(['iwgetid']) + print(output) return output.split('"')[1] # def update_led_strip(rgb_values, pixel, strip):