Skip to content

Commit 49474b3

Browse files
committed
Fixed comment
1 parent f362dea commit 49474b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gmail_birthday_sender/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
import os
66
from typing import Optional
77

8+
# Input your information by chnaging string part from here---------------------
89
# used for email body (e.g. sincerely <myname>)
910
your_name = "your_real_name"
10-
# Input your information by chnaging string part from here---------------------
1111
your_email = "your_account@gmail.com"
1212
# Your application password can be used only after 2-step verification
1313
password = "your_gmailpassword"

0 commit comments

Comments
 (0)