We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eefed9 commit 8799d8fCopy full SHA for 8799d8f
django_celery_results/settings.py
@@ -4,7 +4,7 @@
4
5
def get_callback_function(settings_name, default=None):
6
"""Return the callback function for the given settings name."""
7
-
+
8
callback = getattr(settings, settings_name, None)
9
if not callback:
10
return default
@@ -14,6 +14,7 @@ def get_callback_function(settings_name, default=None):
14
15
return callback
16
17
18
extend_task_props_callback = get_callback_function(
19
"CELERY_RESULTS_EXTEND_TASK_PROPS_CALLBACK", dict
-)
20
+)
0 commit comments