update
This commit is contained in:
parent
ad1a9a06dd
commit
da097b35d6
|
@ -128,7 +128,8 @@ def check_wifi_connection():
|
||||||
sudo systemctl restart NetworkManager
|
sudo systemctl restart NetworkManager
|
||||||
'''
|
'''
|
||||||
network_error_light()
|
network_error_light()
|
||||||
subprocess.Popen('sudo reboot', shell=True)
|
subprocess.Popen('sudo systemctl restart NetworkManager', shell=True)
|
||||||
|
time.sleep(1)
|
||||||
return False, None
|
return False, None
|
||||||
|
|
||||||
def scan_wifi():
|
def scan_wifi():
|
||||||
|
|
Loading…
Reference in New Issue