forked from LBRYCommunity/lbry-sdk
removing lbryum
This commit is contained in:
parent
1368a6e074
commit
aab42e56bd
2 changed files with 1 additions and 3 deletions
|
@ -193,7 +193,7 @@ class Manager(object):
|
||||||
'build': platform['build'],
|
'build': platform['build'],
|
||||||
'wallet': {
|
'wallet': {
|
||||||
'name': wallet,
|
'name': wallet,
|
||||||
'version': platform['lbryum_version'] if wallet == conf.LBRYUM_WALLET else None
|
'version': platform['lbrynet_version']
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
# TODO: expand os info to give linux/osx specific info
|
# TODO: expand os info to give linux/osx specific info
|
||||||
|
|
|
@ -5,7 +5,6 @@ import os
|
||||||
|
|
||||||
from urllib2 import urlopen, URLError
|
from urllib2 import urlopen, URLError
|
||||||
from lbryschema import __version__ as lbryschema_version
|
from lbryschema import __version__ as lbryschema_version
|
||||||
from lbryum import __version__ as LBRYUM_VERSION
|
|
||||||
from lbrynet import build_type, __version__ as lbrynet_version
|
from lbrynet import build_type, __version__ as lbrynet_version
|
||||||
from lbrynet.conf import ROOT_DIR
|
from lbrynet.conf import ROOT_DIR
|
||||||
|
|
||||||
|
@ -32,7 +31,6 @@ def get_platform(get_ip=True):
|
||||||
"os_release": platform.release(),
|
"os_release": platform.release(),
|
||||||
"os_system": platform.system(),
|
"os_system": platform.system(),
|
||||||
"lbrynet_version": get_lbrynet_version(),
|
"lbrynet_version": get_lbrynet_version(),
|
||||||
"lbryum_version": LBRYUM_VERSION,
|
|
||||||
"lbryschema_version": lbryschema_version,
|
"lbryschema_version": lbryschema_version,
|
||||||
"build": build_type.BUILD, # CI server sets this during build step
|
"build": build_type.BUILD, # CI server sets this during build step
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue