diff --git a/deluge/core/authmanager.py b/deluge/core/authmanager.py index 768d9f852..cc8eaf73a 100644 --- a/deluge/core/authmanager.py +++ b/deluge/core/authmanager.py @@ -193,7 +193,7 @@ class AuthManager(component.Component): def write_auth_file(self): filename = "auth" - filepath = os.path.join(configmanager,get_config_dir(), filename) + filepath = os.path.join(configmanager.get_config_dir(), filename) filepath_bak = filepath + ".bak" try: