forked from LBRYCommunity/lbry-sdk
add TODO
This commit is contained in:
parent
3ad4ad50ec
commit
e909ae566b
1 changed files with 1 additions and 0 deletions
|
@ -353,6 +353,7 @@ class Daemon(jsonrpc.JSONRPC):
|
|||
self.wallet_dir = os.path.join(os.path.expanduser("~"), ".lbryum")
|
||||
|
||||
if os.name != 'nt':
|
||||
# TODO: are we still using this?
|
||||
lbrycrdd_path_conf = os.path.join(os.path.expanduser("~"), ".lbrycrddpath.conf")
|
||||
if not os.path.isfile(lbrycrdd_path_conf):
|
||||
f = open(lbrycrdd_path_conf, "w")
|
||||
|
|
Loading…
Reference in a new issue