mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-08-04 14:49:36 +00:00
Remove break in get_servers
Remove the break in the `get_servers` method so that we can get the list of servers from all urls.
This commit is contained in:
parent
22210ca352
commit
a1f45c490f
1 changed files with 0 additions and 2 deletions
|
|
@ -1353,8 +1353,6 @@ class Speedtest(object):
|
|||
except KeyError:
|
||||
self.servers[d] = [attrib]
|
||||
|
||||
break
|
||||
|
||||
except ServersRetrievalError:
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue