From b6f48182bb625a456bb995d1779e0d8b9254811d Mon Sep 17 00:00:00 2001 From: polyfloyd Date: Wed, 13 Sep 2023 21:36:49 +0200 Subject: [PATCH] Fix --- wifi-mqtt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifi-mqtt.py b/wifi-mqtt.py index 45fb1db..f6b628a 100755 --- a/wifi-mqtt.py +++ b/wifi-mqtt.py @@ -10,7 +10,7 @@ import time MQTT_HOST = 'mqtt.bitlair.nl' -AP_DIR = path.join(path.dirname(__file__), 'access_points.d') +AP_DIR = path.join(path.dirname(__file__), 'access_points') def read_ap(filepath):