re-add pick_random_server
This commit is contained in:
@@ -35,8 +35,8 @@ def filter_protocol(servers, p):
|
|||||||
return l
|
return l
|
||||||
|
|
||||||
|
|
||||||
#def pick_random_server():
|
def pick_random_server():
|
||||||
# return random.choice( filter_protocol(DEFAULT_SERVERS,'s') )
|
return random.choice( filter_protocol(DEFAULT_SERVERS,'s') )
|
||||||
|
|
||||||
from simple_config import SimpleConfig
|
from simple_config import SimpleConfig
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user