mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Fix typo in authmanager
This commit is contained in:
parent
2c4ef9dbb3
commit
5ae74f4017
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue