From 38de4406ce7e28bd0aeb07158422eb5f95e6d973 Mon Sep 17 00:00:00 2001 From: Mish Ushakov Date: Thu, 23 Jan 2020 15:26:08 +0100 Subject: [PATCH] Removed "powered by" --- inbox.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/inbox.py b/inbox.py index a7609fa..f90aec3 100644 --- a/inbox.py +++ b/inbox.py @@ -84,8 +84,6 @@ def inbox(): if 'simpleResponse' in component: message.attach(MIMEText(component['simpleResponse']['textToSpeech'], 'plain')) - message.attach(MIMEText('

Powered by Dialogflow Gateway', 'html')) - # Connect to SMTP and send the E-Mail session = smtplib.SMTP(host, 587) session.ehlo()