mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
re-add pick_random_server
This commit is contained in:
parent
1be23bdf4a
commit
e256bae89c
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ def filter_protocol(servers, p):
|
|||
return l
|
||||
|
||||
|
||||
#def pick_random_server():
|
||||
# return random.choice( filter_protocol(DEFAULT_SERVERS,'s') )
|
||||
def pick_random_server():
|
||||
return random.choice( filter_protocol(DEFAULT_SERVERS,'s') )
|
||||
|
||||
from simple_config import SimpleConfig
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue