Skip to content

Commit 8f26b7d

Browse files
committed
finished lab
1 parent 1588e73 commit 8f26b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/Andy/python/andy_mini_capstone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def get_response():
3535
send_mail(
3636
email_sender = '[email protected]',
3737
email_receiver = '[email protected]',
38-
message = f'{url}', #gets rid of brackets
38+
message = f'{url}',
3939
password = google_p['password'],
4040
subject = 'notification Mail'
4141
)

0 commit comments

Comments
 (0)