mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-25 17:22:55 +00:00
refactor: add hmac_signed_serializer for celery.
This commit is contained in:
parent
4f1f0fe056
commit
5b96aaf4df
|
|
@ -33,6 +33,6 @@ def register_hmac_signed_serializer():
|
|||
'hmac_signed_serializer',
|
||||
secure_dumps,
|
||||
secure_loads,
|
||||
content_type='application/x-spickle',
|
||||
content_type='application/x-python-hmac-signed-serialize',
|
||||
content_encoding='binary'
|
||||
)
|
||||
Loading…
Reference in New Issue