From 8a95c8b7af1299c0b328f6873c83411d50aacb1b Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 19 Oct 2016 14:26:19 -0400 Subject: [PATCH] whoops --- lbrynet/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbrynet/conf.py b/lbrynet/conf.py index c60f14c93..51d799818 100644 --- a/lbrynet/conf.py +++ b/lbrynet/conf.py @@ -22,7 +22,7 @@ elif sys.platform.startswith("win"): else: platform = LINUX default_download_directory = os.path.join(os.path.expanduser("~"), 'Downloads') - default_lbryum_dir = os.path.join(os.path.expanduser("~"), ".lbrynet") + default_data_dir = os.path.join(os.path.expanduser("~"), ".lbrynet") default_lbryum_dir = os.path.join(os.path.expanduser("~"), ".lbryum") ADJUSTABLE_SETTINGS = {