mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-24 01:40:23 +00:00
fix password manager interface
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1654 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
b257534a60
commit
bc6bd34ffc
1 changed files with 2 additions and 2 deletions
|
|
@ -40,11 +40,11 @@ class PasswordManager (object):
|
|||
self.user = user
|
||||
self.password = password
|
||||
|
||||
def add_password (realm, uri, user, passwd):
|
||||
def add_password (self, realm, uri, user, passwd):
|
||||
# we have already our password
|
||||
pass
|
||||
|
||||
def find_user_password (realm, authuri):
|
||||
def find_user_password (self, realm, authuri):
|
||||
return self.user, self.password
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue