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:
Rami Mosleh 2022-08-29 13:39:21 +03:00 committed by GitHub
parent 22210ca352
commit a1f45c490f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -1353,8 +1353,6 @@ class Speedtest(object):
except KeyError:
self.servers[d] = [attrib]
break
except ServersRetrievalError:
continue