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