mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[fix] microdecision, obviously bad method declaration
This commit is contained in:
parent
51ea069801
commit
e0a50487ec
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class BaseAuthenticator(object):
|
|||
# Virtual methods
|
||||
# Each authenticator classes must implement these methods.
|
||||
|
||||
def authenticate(password=None):
|
||||
def authenticate(self, password=None):
|
||||
"""Attempt to authenticate
|
||||
|
||||
Attempt to authenticate with given password. It should raise an
|
||||
|
|
Loading…
Reference in a new issue