forked from LBRYCommunity/lbry-sdk
whoops
This commit is contained in:
parent
33674f8cc3
commit
8a95c8b7af
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ elif sys.platform.startswith("win"):
|
||||||
else:
|
else:
|
||||||
platform = LINUX
|
platform = LINUX
|
||||||
default_download_directory = os.path.join(os.path.expanduser("~"), 'Downloads')
|
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")
|
default_lbryum_dir = os.path.join(os.path.expanduser("~"), ".lbryum")
|
||||||
|
|
||||||
ADJUSTABLE_SETTINGS = {
|
ADJUSTABLE_SETTINGS = {
|
||||||
|
|
Loading…
Reference in a new issue