Indenting on deluge auth fix was incorrect.

This commit is contained in:
Techmunk
2013-09-27 14:59:03 +10:00
parent 8474d0d95d
commit 74a4e7d19d

View File

@@ -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: