From a33f9f5c6e70dbf8b93ce2ba8a2a1c9f1de2dc4d Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 3 Oct 2014 12:35:22 -0500 Subject: Fixed a typo in the case of multiple emails from a single sender --- client/modules/Gmail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/modules/Gmail.py') 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) -- cgit v1.3.1