Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Fix line spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstegelman committed Apr 16, 2016
1 parent f5e0d81 commit c07174d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mailqueue/tasks.py
Expand Up @@ -4,6 +4,7 @@

from .models import MailerMessage


@shared_task(name="tasks.send_mail", default_retry_delay=5, max_retries=5)
def send_mail(pk):
message = MailerMessage.objects.get(pk=pk)
Expand Down

0 comments on commit c07174d

Please sign in to comment.