Update speedtester.py

master
Nixellion 2020-07-06 00:12:50 +03:00
parent e158d76264
commit 7ffbb325d3
1 changed files with 4 additions and 1 deletions

View File

@ -322,7 +322,10 @@ def on_fail_or_no_connection():
dash_data({
"wan_download": 0,
"wan_upload": 0,
"quality": 0
"quality": 0,
"quality_percent": 0,
"datetime": datetime.now()
})
log.warning("No internet connection! Exiting.")