linux lbrycrdd path

This commit is contained in:
Jack 2016-07-06 22:43:27 -04:00
parent 57f728f40e
commit 5a703c116f

View file

@ -309,7 +309,7 @@ class LBRYDaemon(jsonrpc.JSONRPC):
else:
self.wallet_dir = user_data_dir("LBRY")
else:
self.lbrycrdd_path = "./lbrycrdd"
self.lbrycrdd_path = "lbrycrdd"
if self.wallet_type == "lbrycrd":
self.wallet_dir = os.path.join(os.path.expanduser("~"), ".lbrycrd")
else: