From e909ae566bb08a17ddee29a60400b2a71c251143 Mon Sep 17 00:00:00 2001 From: Job Evers-Meltzer Date: Mon, 3 Oct 2016 16:19:58 -0500 Subject: [PATCH] add TODO --- lbrynet/lbrynet_daemon/Daemon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lbrynet/lbrynet_daemon/Daemon.py b/lbrynet/lbrynet_daemon/Daemon.py index 05a654b3a..657aa5779 100644 --- a/lbrynet/lbrynet_daemon/Daemon.py +++ b/lbrynet/lbrynet_daemon/Daemon.py @@ -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")