Skip to content

Commit

Permalink
Merge pull request #1140 from bobbybeever/master
Browse files Browse the repository at this point in the history
digest and serializer need to be passed in order to function..
  • Loading branch information
mher committed Dec 21, 2012
2 parents 19af443 + b9bb9de commit d1ca495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion celery/security/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ def setup_security(allowed_serializers=None, key=None, cert=None, store=None,

with open(key) as kf:
with open(cert) as cf:
register_auth(kf.read(), cf.read(), store)
register_auth(kf.read(), cf.read(), store, digest, serializer)

0 comments on commit d1ca495

Please sign in to comment.