Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mortal committed Jul 5, 2017
1 parent 5e29e67 commit 77452f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emailtunnel/mailhole.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def forward(self, original_envelope, message, recipients, sender):
if not requests:
raise Exception("You must `pip install requests`!")
self.deliver_mailhole(original_envelope,
message, mailhole_recipients, sender)
message, mailhole_rcpts, sender)
if ordinary_rcpts:
self.deliver(message, ordinary_rcpts, sender)

Expand Down

0 comments on commit 77452f5

Please sign in to comment.