Update speedtester.py

master
Nixellion 2020-07-08 02:44:35 +03:00
parent 50a9ca7fa7
commit efaaab2b14
1 changed files with 1 additions and 1 deletions

View File

@ -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...")