mirror of
https://github.com/sivel/speedtest-cli.git
synced 2024-11-27 04:09:53 +08:00
Automatically resolve .best property (#514)
* automatically call get_best_server * add back SpeedtestBestServerFailer exception
This commit is contained in:
parent
72ed585c6f
commit
b2654de410
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user