mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Cosmetics
This commit is contained in:
parent
711ecf5df2
commit
6bfdcbafec
7 changed files with 8 additions and 7 deletions
|
@ -28,4 +28,4 @@ from radicale import auth
|
|||
|
||||
class Auth(auth.BaseAuth):
|
||||
def is_authenticated(self, user, password):
|
||||
return user == 'tmp'
|
||||
return user == "tmp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue