From 84113c17645da4f963ad0fea26513d6452713376 Mon Sep 17 00:00:00 2001 From: Dasemu <24dasemu@gmail.com> Date: Fri, 8 Oct 2021 20:12:33 +0200 Subject: [PATCH] Update Jarvis2.py Co-authored-by: Christian Clauss --- Jarvis2.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jarvis2.py b/Jarvis2.py index 67e13b6..a86f25c 100755 --- a/Jarvis2.py +++ b/Jarvis2.py @@ -148,8 +148,9 @@ elif "email" in query: server.close() speak("Email sent!") except Exception: - speak("Sorry Sir!") - speak("I am unable to send your message at this moment!") + speak( + "Sorry, Sir! I am unable to send your message at this moment!" + ) elif "nothing" in query or "abort" in query or "stop" in query: speak("okay")