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