summaryrefslogtreecommitdiff
path: root/client/modules/Gmail.py
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-10-03 12:35:22 -0500
committerschneefux <schneefux+commit@schneefux.xyz>2014-10-03 12:35:22 -0500
commita33f9f5c6e70dbf8b93ce2ba8a2a1c9f1de2dc4d (patch)
tree83812a7ee68bc0f1e85967857578f9e9b06befb4 /client/modules/Gmail.py
parentc263709078c096faef891502e06cc9e9ade65777 (diff)
downloadjasper-client-a33f9f5c6e70dbf8b93ce2ba8a2a1c9f1de2dc4d.tar.gz
jasper-client-a33f9f5c6e70dbf8b93ce2ba8a2a1c9f1de2dc4d.zip
Fixed a typo in the case of multiple emails from a single sender
Diffstat (limited to 'client/modules/Gmail.py')
-rw-r--r--client/modules/Gmail.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/modules/Gmail.py b/client/modules/Gmail.py
index dfb6854..001cf9c 100644
--- a/client/modules/Gmail.py
+++ b/client/modules/Gmail.py
@@ -122,7 +122,7 @@ def handle(text, mic, profile):
response += ". Senders include: "
response += '...'.join(senders)
else:
- response += " from " + unittest[0]
+ response += " from " + unique_senders[0]
mic.say(response)