mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-01-07 04:20:06 +01:00
Automatically resolve .best property (#514)
* automatically call get_best_server * add back SpeedtestBestServerFailer exception
This commit is contained in:
@@ -1041,10 +1041,7 @@ class Speedtest(object):
|
||||
@property
|
||||
def best(self):
|
||||
if not self._best:
|
||||
raise SpeedtestMissingBestServer(
|
||||
'get_best_server not called or not able to determine best '
|
||||
'server'
|
||||
)
|
||||
self.get_best_server()
|
||||
return self._best
|
||||
|
||||
def get_config(self):
|
||||
|
||||
Reference in New Issue
Block a user