Skip to content

Commit 7eaf5e2

Browse files
committed
Fix sendFrom initialisation
1 parent 377bd7d commit 7eaf5e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mailosaur/models/message_create_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class MessageCreateOptions(object):
2323

2424
def __init__(self, to, send, subject, text=None, html=None, attachments=None):
2525
self.to = to
26-
self.sendFrom = None,
26+
self.sendFrom = None
2727
self.send = send
2828
self.subject = subject
2929
self.text = text

0 commit comments

Comments
 (0)