This commit is contained in:
IrvingGao 2024-05-31 12:36:28 +08:00
parent a4885963d8
commit ad1a9a06dd
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ def check_wifi_connection():
sudo systemctl restart NetworkManager
'''
network_error_light()
subprocess.Popen('sudo reboot', shell=True)
return False, None
def scan_wifi():