Skip to content

Commit 5c59766

Browse files
KudzieChaseNARKOZ
authored andcommitted
Fix space issue on python reply (NARKOZ#184)
1 parent c2efa20 commit 5c59766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python3/kumar_asshole.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
KUMAR_EMAIL = '[email protected]'
1717
KEYWORDS_REGEX = re.compile(r'sorry|help|wrong', re.IGNORECASE)
1818

19-
REPLY_BODY = "No problem. I've fixed it. \n\n Please be careful next time."
19+
REPLY_BODY = "No problem. I've fixed it. \n\nPlease be careful next time."
2020

2121

2222
yagmail.register(GMAIL_USERNAME, GMAIL_PASSWORD)

0 commit comments

Comments
 (0)