mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
fix typo in last
This commit is contained in:
parent
18d7026db7
commit
cf54a107a4
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ def get_default_config_dir(filename=None):
|
|||
"""
|
||||
if windows_check():
|
||||
if filename:
|
||||
return os.path.join(os.environ.get("APPDATA"), "deluge"), filename)
|
||||
return os.path.join(os.environ.get("APPDATA"), "deluge", filename)
|
||||
else:
|
||||
return os.path.join(os.environ.get("APPDATA"), "deluge")
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue