Skip to content

Commit 3186b4a

Browse files
Merge pull request #1264 from Aayush2424/master
Updated the sendEmail function parameter typo
2 parents 58f9e72 + 05ec032 commit 3186b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JARVIS/JARVIS.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def speak_news():
4949
speak('These were the top headlines, Have a nice day Sir!!..')
5050

5151

52-
def sendEmail(do, content):
52+
def sendEmail(to, content):
5353
server = smtplib.SMTP('smtp.gmail.com', 587)
5454
server.ehlo()
5555
server.starttls()

0 commit comments

Comments
 (0)