mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 04:24:27 +00:00
Fix typo in authmanager
This commit is contained in:
parent
2c4ef9dbb3
commit
5ae74f4017
@ -193,7 +193,7 @@ class AuthManager(component.Component):
|
|||||||
|
|
||||||
def write_auth_file(self):
|
def write_auth_file(self):
|
||||||
filename = "auth"
|
filename = "auth"
|
||||||
filepath = os.path.join(configmanager,get_config_dir(), filename)
|
filepath = os.path.join(configmanager.get_config_dir(), filename)
|
||||||
filepath_bak = filepath + ".bak"
|
filepath_bak = filepath + ".bak"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user