mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Commands: clarify description of getservers
The previous description made it sound like it returned the list of currently connected servers; this clarifies that it's only a list of candidate servers to connect to (no guarantee that they are all currently connected).
This commit is contained in:
parent
79d57784c1
commit
72de433f5c
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ class Commands:
|
||||||
|
|
||||||
@command('n')
|
@command('n')
|
||||||
async def getservers(self):
|
async def getservers(self):
|
||||||
"""Return the list of available servers"""
|
"""Return the list of known servers (candidates for connecting)."""
|
||||||
return self.network.get_servers()
|
return self.network.get_servers()
|
||||||
|
|
||||||
@command('')
|
@command('')
|
||||||
|
|
Loading…
Add table
Reference in a new issue