mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 18:08:39 +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):
|
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…
Add table
Add a link
Reference in a new issue