From 2238cdbc3093fb87ccecfbee6e73bfb491fc0b60 Mon Sep 17 00:00:00 2001 From: IrvingGao <1729854488@qq.com> Date: Thu, 13 Jun 2024 17:37:46 +0800 Subject: [PATCH] [wifi] close --- wifi_manager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wifi_manager.py b/wifi_manager.py index 4afc915..8a59836 100644 --- a/wifi_manager.py +++ b/wifi_manager.py @@ -356,6 +356,7 @@ def submit(): start_hotspot() else: save_wifi(ssid, password) # 保存连接成功的Wi-Fi信息 + close_app() return redirect(url_for('index'))