fix typo in last
This commit is contained in:
parent
18d7026db7
commit
cf54a107a4
|
@ -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…
Reference in New Issue