devilry / devilry-django

Devilry project main repository
http://devilry.org
BSD 3-Clause "New" or "Revised" License
51 stars 24 forks source link

Delivery receipts not sent #1292

Closed torgeirl closed 6 months ago

torgeirl commented 6 months ago

No error from the Gunicorn process, but the RQ worker processing the background task fails: TypeError: send_student_comment_email() got an unexpected keyword argument 'before_original_deadline'

I'm guessing it is related to the implementation of #1285.

torgeirl commented 6 months ago

Fixed in e86da65.