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:
|
||||
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 = {
|
||||
|
|
Loading…
Reference in a new issue