Update speedtester.py

This commit is contained in:
Nix
2020-07-08 02:44:35 +03:00
parent 50a9ca7fa7
commit efaaab2b14
+1 -1
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...")