forked from LBRYCommunity/lbry-sdk
add get_search_servers to allowed_during_startup
This commit is contained in:
parent
54dbf66cb7
commit
8cdbc847d1
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ CONNECTION_PROBLEM_CODES = [
|
|||
ALLOWED_DURING_STARTUP = ['is_running', 'is_first_run',
|
||||
'get_time_behind_blockchain', 'stop',
|
||||
'daemon_status', 'get_start_notice',
|
||||
'version']
|
||||
'version', 'get_search_servers']
|
||||
|
||||
BAD_REQUEST = 400
|
||||
NOT_FOUND = 404
|
||||
|
|
Loading…
Reference in a new issue