update api docs

This commit is contained in:
Alex Grintsvayg 2017-05-04 11:37:15 -04:00
parent 89ecd2c571
commit dcff18323d

View file

@ -673,7 +673,6 @@ Returns:
{
'build': (str) build type (e.g. "dev", "rc", "release"),
'ip': (str) remote ip, if available,
'lbrynet_update_available': (bool) whether there's an update available,
'lbrynet_version': (str) lbrynet_version,
'lbryum_version': (str) lbryum_version,
'lbryschema_version': (str) lbryschema_version,
@ -682,7 +681,6 @@ Returns:
'platform': (str) platform string
'processor': (str) processor type,
'python_version': (str) python version,
'remote_lbrynet': (str) most recent lbrynet version available from github
}
```