diff --git a/lms/envs/aws.py b/lms/envs/aws.py index 1ca0a97ecc8..8b408f0f269 100644 --- a/lms/envs/aws.py +++ b/lms/envs/aws.py @@ -442,7 +442,7 @@ CELERY_TIMEZONE = ENV_TOKENS.get('CELERY_TIMEZONE', TIME_ZONE) from celery.schedules import crontab -task_schedule = ENV_TOKENS.get('TASK_SCHEDULE', []) +task_schedule = ENV_TOKENS.get('TASK_SCHEDULE', {}) CELERYBEAT_SCHEDULE = {} for name, val in task_schedule.items(): celery_task = {