summaryrefslogtreecommitdiff
path: root/boot/wifi.py
diff options
context:
space:
mode:
Diffstat (limited to 'boot/wifi.py')
-rwxr-xr-xboot/wifi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/boot/wifi.py b/boot/wifi.py
index 7e2fa43..3170ecf 100755
--- a/boot/wifi.py
+++ b/boot/wifi.py
@@ -15,7 +15,6 @@ class Wifi:
if "Address" in line:
- address = line[29:-1]
name = lines[index + 1].split("\"")[1]
self.access_points.append(name)