Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
samyoga committed May 24, 2018
1 parent d968333 commit cfdb3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emailapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def sendemail():
try:

sender = account.get()
recepient = [receiver.get()]
recipient = [receiver.get()]
sub = subject.get()
pswrd = password.get()
msg = msgbody.get('1.0','end')
Expand Down

0 comments on commit cfdb3d7

Please sign in to comment.