system/ui: fix setup error: 'WifiManagerWrapper' object has no attribute 'request_scan' (#35477)

remove request_scan()
pull/35483/head
Dean Lee 4 weeks ago committed by GitHub
parent ce9d1683a5
commit e389b19ed7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      system/ui/setup.py

@ -116,7 +116,6 @@ class Setup:
if ret: if ret:
self.state = SetupState.NETWORK_SETUP self.state = SetupState.NETWORK_SETUP
self.wifi_manager.request_scan()
self.start_network_check() self.start_network_check()
def check_network_connectivity(self): def check_network_connectivity(self):

Loading…
Cancel
Save