diff --git a/wifimgr.py b/wifimgr.py
index f84869d..55a59b2 100644
--- a/wifimgr.py
+++ b/wifimgr.py
@@ -238,12 +238,12 @@ def handle_root(client):
while len(ssids):
ssid = ssids.pop(0)
client.sendall("""\
-
+
- Your ssid and password information will be saved into the "{}" file in your ESP module for future usage. Be careful about security! + Your ssid and password information will be saved into the "{filename}" file in your ESP module for future usage. Be careful about security!
Original code from cpopp/MicroPythonSamples. @@ -273,7 +273,7 @@ def handle_root(client):