Explorar o código

Revert changes in __init__

Guillaume Ayoub %!s(int64=15) %!d(string=hai) anos
pai
achega
78e52d5cf4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      radicale/__init__.py

+ 1 - 0
radicale/__init__.py

@@ -56,6 +56,7 @@ VERSION = "git"
 
 def _check(request, function):
     """Check if user has sufficient rights for performing ``request``."""
+    # If we have no calendar or no acl, don't check rights
     if not request._calendar or not request.server.acl:
         return function(request)