Skip to content

Commit

Permalink
Fixed bug with noisy domain url
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismyrobot committed Dec 10, 2017
1 parent c2f6da4 commit 44278e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnstwister/workers/email.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def process_sub(sub_id, detail):
updated=updated,
deleted=deleted,
unsubscribe_link='https://dnstwister.report/email/unsubscribe/{}'.format(sub_id),
noisy_link='https://dnstwister.report/{}/noisy'.format(sub_id)
noisy_link='https://dnstwister.report/email/{}/noisy'.format(sub_id)
)

# Mark as emailed to ensure we don't flood if there's an error after the
Expand Down

0 comments on commit 44278e1

Please sign in to comment.