diff --git a/client/main.py b/client/main.py index b20fc70..250a3e0 100644 --- a/client/main.py +++ b/client/main.py @@ -52,7 +52,7 @@ def get_assigned_params(): return None, None def is_connected_to_wifi(): - output = subprocess.check_output(['iwgetid']) + output = subprocess.check_output(['iwgetid']).decode() print(output) return output.split('"')[1]