summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)