We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1588e73 commit 8f26b7dCopy full SHA for 8f26b7d
code/Andy/python/andy_mini_capstone.py
@@ -35,7 +35,7 @@ def get_response():
35
send_mail(
36
email_sender = '[email protected]',
37
email_receiver = '[email protected]',
38
-message = f'{url}', #gets rid of brackets
+message = f'{url}',
39
password = google_p['password'],
40
subject = 'notification Mail'
41
)
0 commit comments