mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-29 18:08:31 +00:00
Fix rights type "None"
This commit is contained in:
parent
15ef75301f
commit
f7f26afd6b
2 changed files with 9 additions and 11 deletions
|
@ -302,8 +302,7 @@ class Application(object):
|
|||
status, headers, answer = NOT_ALLOWED
|
||||
else:
|
||||
# Unknown or unauthorized user
|
||||
log.LOGGER.info(
|
||||
"%s refused" % (user or "Anonymous user"))
|
||||
log.LOGGER.info("%s refused" % (user or "Anonymous user"))
|
||||
status, headers, answer = WRONG_CREDENTIALS
|
||||
|
||||
# Set content length
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue