Update speedtester.py
parent
e158d76264
commit
7ffbb325d3
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Reference in New Issue