debug hotspot
This commit is contained in:
parent
ac7913d1f7
commit
1aa4079807
|
@ -247,7 +247,8 @@ if __name__ == '__main__':
|
|||
if debug_mode:
|
||||
disconnect_wifi()
|
||||
|
||||
print(scan_wifi())
|
||||
wifi_list = scan_wifi()
|
||||
print(wifi_list)
|
||||
|
||||
start_hotspot()
|
||||
|
||||
|
|
Loading…
Reference in New Issue