Update speedtester.py
parent
50a9ca7fa7
commit
efaaab2b14
|
|
@ -249,7 +249,7 @@ def threaded_wan_speed():
|
||||||
return
|
return
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
print("Allow warm-up...")
|
print("Allow warm-up...")
|
||||||
time.sleep(2)
|
time.sleep(0.5)
|
||||||
uploads = []
|
uploads = []
|
||||||
downloads = []
|
downloads = []
|
||||||
print("Monitoring...")
|
print("Monitoring...")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue