Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
teleyinex committed Jan 18, 2019
1 parent 6fb7ca1 commit 717a448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybossa/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ def send_mail(message_dict):
for r in message_dict['recipients']:
acc, domain = r.split('@')
if domain in current_app.config.get('SPAM'):
spam = True is False
spam = True
break
if not spam:
mail.send(message)
Expand Down

0 comments on commit 717a448

Please sign in to comment.