Skip to content

Commit d7c1ccc

Browse files
authored
Merge pull request #156 from DaPandamonium/patch-2
Syntax - Missing Comma
2 parents 066a0fb + 03ee00a commit d7c1ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/automate-secret-santa-emails-with-smtp/secret_santa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def send_email(sender, receiver, recipient):
2222

2323
names_list = ['Sonny', 'Dharma', 'Malcolm', 'Jerry', 'Asiqur', 'Rose', 'Lillian']
2424
names_and_emails = [
25-
['Asiqur', '[email protected]']
25+
['Asiqur', '[email protected]'],
2626
['Dharma', '[email protected]'],
2727
['Jerry', '[email protected]'],
2828
['Lillian', '[email protected]'],

0 commit comments

Comments
 (0)