From 74a4e7d19df742e4d62781fcf39fab7fa924d7de Mon Sep 17 00:00:00 2001 From: Techmunk Date: Fri, 27 Sep 2013 14:59:03 +1000 Subject: [PATCH] Indenting on deluge auth fix was incorrect. --- libs/synchronousdeluge/client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/synchronousdeluge/client.py b/libs/synchronousdeluge/client.py index afd5971..22419e8 100644 --- a/libs/synchronousdeluge/client.py +++ b/libs/synchronousdeluge/client.py @@ -34,7 +34,8 @@ class DelugeClient(object): appDataReg = _winreg.QueryValueEx(hkey, "AppData") appDataPath = appDataReg[0] _winreg.CloseKey(hkey) - auth_file = os.path.join(appDataPath, "deluge", "auth") + + auth_file = os.path.join(appDataPath, "deluge", "auth") else: from xdg.BaseDirectory import save_config_path try: