diff --git a/k4ever/api2/urls.py b/k4ever/api2/urls.py index 538625a..df4b8a5 100644 --- a/k4ever/api2/urls.py +++ b/k4ever/api2/urls.py @@ -22,7 +22,7 @@ class CsrfExemptResource(Resource): """ def __init__(self, handler, authentication = None): - Resource.__init__(handler, authentication) + Resource.__init__(self, handler, authentication) self.csrf_exempt = getattr(self.handler, 'csrf_exempt', True) # build authenticatiooors