Network bug #465

This commit is contained in:
Jokob-sk
2023-10-04 21:45:35 +11:00
parent eea0bf66db
commit 1e0552cc13
12 changed files with 494 additions and 8 deletions

View File

@@ -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,