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:
parent
c2efa20af7
commit
5c59766b50
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user