Authenticator: reformat whitespace accoring to PEP8

This commit is contained in:
Markus 2021-10-18 18:17:16 +02:00 committed by Ralf Ramsauer
parent aa5999203c
commit 94ee9de2ee
1 changed files with 1 additions and 1 deletions

View File

@ -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