Skip to content

Commit

Permalink
Removed "powered by"
Browse files Browse the repository at this point in the history
  • Loading branch information
mishushakov committed Jan 23, 2020
1 parent f4f3980 commit 38de440
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions inbox.py
Expand Up @@ -84,8 +84,6 @@ def inbox():
if 'simpleResponse' in component:
message.attach(MIMEText(component['simpleResponse']['textToSpeech'], 'plain'))

message.attach(MIMEText('<br><br>Powered by <a href="https://dialogflow.cloud.ushakov.co">Dialogflow Gateway</a>', 'html'))

# Connect to SMTP and send the E-Mail
session = smtplib.SMTP(host, 587)
session.ehlo()
Expand Down

0 comments on commit 38de440

Please sign in to comment.