From 540770e959e7cc582ee4da24d23834536c8df641 Mon Sep 17 00:00:00 2001 From: TilCreator Date: Wed, 30 May 2018 13:25:16 +0200 Subject: [PATCH] Fix string formating --- wifimgr.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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() -