From 6ce468850cfb869cf7a1cacc59740a7f3a258276 Mon Sep 17 00:00:00 2001 From: IrvingGao <1729854488@qq.com> Date: Sun, 19 May 2024 20:30:23 +0800 Subject: [PATCH] update --- templates/index.html | 2 +- wifi_manger.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index 5f73b9f..70a2eeb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,7 +7,7 @@ -
配置
+
Takway.AI Wi-Fi连接
WIFI 名称
diff --git a/wifi_manger.py b/wifi_manger.py index 9ad6da7..10dd055 100644 --- a/wifi_manger.py +++ b/wifi_manger.py @@ -151,8 +151,6 @@ if __name__ == '__main__': print(wf_list) - ''' # 启动 Flask 服务器 app.run(host='0.0.0.0', port=80, debug=True) - ''' \ No newline at end of file