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 = {