2
0
mirror of https://github.com/narkoz/hacker-scripts synced 2025-08-22 18:37:10 +00:00

Fix space issue on python reply (#184)

This commit is contained in:
Kudzai Chasinda 2019-11-03 13:56:51 +02:00 committed by Nihad Abbasov
parent c2efa20af7
commit 5c59766b50

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)