diff --git a/src/common.py b/src/common.py index 3c323a798..a54b48c4a 100644 --- a/src/common.py +++ b/src/common.py @@ -45,7 +45,7 @@ def windows_check(): return False if windows_check(): - CONFIG_DIR = os.path.join(os.path.expanduser("~\\"), 'deluge') + CONFIG_DIR = os.path.join(os.path.expanduser("~"), 'deluge') if not os.path.exists(CONFIG_DIR): os.mkdir(CONFIG_DIR) else: