fixed space issue on python reply

This commit is contained in:
Kudzai Chasinda 2019-10-31 17:02:49 +02:00
parent f8f35d7e59
commit eafc3f4b74

View File

@ -16,7 +16,7 @@ GMAIL_PASSWORD = dotenv['GMAIL_PASSWORD']
KUMAR_EMAIL = 'kumar.a@example.com'
KEYWORDS_REGEX = re.compile(r'sorry|help|wrong', re.IGNORECASE)
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."
yagmail.register(GMAIL_USERNAME, GMAIL_PASSWORD)