forked from LBRYCommunity/lbry-sdk
Review Fixes
This commit is contained in:
parent
655ece18de
commit
3d72b2adf3
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ def main(argv=None):
|
|||
|
||||
new_method = Daemon.deprecated_methods[method].new_command
|
||||
if new_method is None:
|
||||
print("{} is permanently deprecated and will be removed in a future release.".format(method))
|
||||
print("{} is permanently deprecated and does not have a replacement command.".format(method))
|
||||
return 0
|
||||
|
||||
print("{} is deprecated, using {}.".format(method, new_method))
|
||||
|
|
Loading…
Add table
Reference in a new issue