mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-19 16:48:43 +00:00
Fix deluge.common.
This commit is contained in:
parent
58a0506b98
commit
02fe961a8a
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ def get_config_dir(filename=None):
|
||||||
|
|
||||||
def get_default_download_dir():
|
def get_default_download_dir():
|
||||||
"""Returns the default download directory"""
|
"""Returns the default download directory"""
|
||||||
if common.windows_check():
|
if windows_check():
|
||||||
return os.path.expanduser("~")
|
return os.path.expanduser("~")
|
||||||
else:
|
else:
|
||||||
return os.environ.get("HOME")
|
return os.environ.get("HOME")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue