mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-08-04 14:49:36 +00:00
Some people may be relying on matching Ping, don't change this yet
This commit is contained in:
parent
328b851a07
commit
cea45762ca
1 changed files with 1 additions and 1 deletions
|
|
@ -606,7 +606,7 @@ def speedtest():
|
|||
print_('Hosted by %(sponsor)s (%(name)s) [%(d)0.2f km]: '
|
||||
'%(latency)s ms' % best)
|
||||
else:
|
||||
print_('Latency: %(latency)s ms' % best)
|
||||
print_('Ping: %(latency)s ms' % best)
|
||||
|
||||
sizes = [350, 500, 750, 1000, 1500, 2000, 2500, 3000, 3500, 4000]
|
||||
urls = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue