We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2efa20 commit 5c59766Copy full SHA for 5c59766
1 file changed
python3/kumar_asshole.py
@@ -16,7 +16,7 @@
16
KUMAR_EMAIL = 'kumar.a@example.com'
17
KEYWORDS_REGEX = re.compile(r'sorry|help|wrong', re.IGNORECASE)
18
19
-REPLY_BODY = "No problem. I've fixed it. \n\n Please be careful next time."
+REPLY_BODY = "No problem. I've fixed it. \n\nPlease be careful next time."
20
21
22
yagmail.register(GMAIL_USERNAME, GMAIL_PASSWORD)
0 commit comments