mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-06 17:15:38 -08:00
Network bug #465
This commit is contained in:
@@ -51,7 +51,7 @@ def run_speedtest():
|
||||
'upload_speed': upload_speed,
|
||||
}
|
||||
except Exception as e:
|
||||
print(f"Error running speedtest: {str(e)}")
|
||||
mylog('verbose', [f"Error running speedtest: {str(e)}"])
|
||||
return {
|
||||
'download_speed': -1,
|
||||
'upload_speed': -1,
|
||||
|
||||
Reference in New Issue
Block a user