diff --git a/wifimgr.py b/wifimgr.py index 8370bfe..929e7a8 100644 --- a/wifimgr.py +++ b/wifimgr.py @@ -207,7 +207,7 @@ def handle_configure(client, request): if link_to_next_webui: response += """\

- To new Interface
+ To new Interface
(You must be connected to the set network to follow this Link)

""" % dict(ip=wlan_sta.ifconfig()[0]) @@ -299,4 +299,3 @@ def start(port=80): handle_not_found(client, url) finally: client.close() -