forked from LBRYCommunity/lbry-sdk
remove check_for_new_version vestige
This commit is contained in:
parent
e7a580fd3a
commit
75052fc773
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ CONNECTION_PROBLEM_CODES = [
|
||||||
ALLOWED_DURING_STARTUP = ['is_running', 'is_first_run',
|
ALLOWED_DURING_STARTUP = ['is_running', 'is_first_run',
|
||||||
'get_time_behind_blockchain', 'stop',
|
'get_time_behind_blockchain', 'stop',
|
||||||
'daemon_status', 'get_start_notice',
|
'daemon_status', 'get_start_notice',
|
||||||
'version', 'check_for_new_version']
|
'version']
|
||||||
|
|
||||||
BAD_REQUEST = 400
|
BAD_REQUEST = 400
|
||||||
NOT_FOUND = 404
|
NOT_FOUND = 404
|
||||||
|
|
Loading…
Reference in a new issue