From 1aa4079807e9e5079293caa53e313c9c79595611 Mon Sep 17 00:00:00 2001 From: IrvingGao <1729854488@qq.com> Date: Sat, 25 May 2024 22:53:36 +0800 Subject: [PATCH] debug hotspot --- wifi_manager.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wifi_manager.py b/wifi_manager.py index f3c0221..230f2c3 100644 --- a/wifi_manager.py +++ b/wifi_manager.py @@ -247,7 +247,8 @@ if __name__ == '__main__': if debug_mode: disconnect_wifi() - print(scan_wifi()) + wifi_list = scan_wifi() + print(wifi_list) start_hotspot()