This commit is contained in:
Job Evers-Meltzer 2016-10-03 16:19:58 -05:00
parent 3ad4ad50ec
commit e909ae566b

View file

@ -353,6 +353,7 @@ class Daemon(jsonrpc.JSONRPC):
self.wallet_dir = os.path.join(os.path.expanduser("~"), ".lbryum") self.wallet_dir = os.path.join(os.path.expanduser("~"), ".lbryum")
if os.name != 'nt': if os.name != 'nt':
# TODO: are we still using this?
lbrycrdd_path_conf = os.path.join(os.path.expanduser("~"), ".lbrycrddpath.conf") lbrycrdd_path_conf = os.path.join(os.path.expanduser("~"), ".lbrycrddpath.conf")
if not os.path.isfile(lbrycrdd_path_conf): if not os.path.isfile(lbrycrdd_path_conf):
f = open(lbrycrdd_path_conf, "w") f = open(lbrycrdd_path_conf, "w")