Skip to content

Commit

Permalink
change signal name
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Faraz Maqsood authored and Muhammad Faraz Maqsood committed Feb 28, 2024
1 parent 361a8ab commit 59b7c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/features/sdaia_features/course_progress/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


@receiver(post_save, sender=BlockCompletion)
def evaluate_subsection_completion_milestones(**kwargs):
def send_course_progress_milestones_achievement_emails(**kwargs):
"""
Receives the BlockCompletion signal and sends the email to
the user if he completes a specific course progress threshold.
Expand Down

0 comments on commit 59b7c4d

Please sign in to comment.