mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-10-31 22:47:05 +01:00
Authenticator: reformat whitespace accoring to PEP8
This commit is contained in:
parent
aa5999203c
commit
94ee9de2ee
@ -73,7 +73,7 @@ class Authenticator:
|
||||
return self._backends
|
||||
|
||||
def _try_auth_local(self, user, password):
|
||||
log.info(' Trying to local auth (user, password) as user %s',user)
|
||||
log.info(' Trying to local auth (user, password) as user %s', user)
|
||||
if user not in self._local_db:
|
||||
log.info(' No user %s in local database', user)
|
||||
return DoorlockResponse.Perm
|
||||
|
Loading…
Reference in New Issue
Block a user