Update Jarvis2.py
Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
parent
a2d5789db9
commit
84113c1764
@ -148,8 +148,9 @@ elif "email" in query:
|
|||||||
server.close()
|
server.close()
|
||||||
speak("Email sent!")
|
speak("Email sent!")
|
||||||
except Exception:
|
except Exception:
|
||||||
speak("Sorry Sir!")
|
speak(
|
||||||
speak("I am unable to send your message at this moment!")
|
"Sorry, Sir! I am unable to send your message at this moment!"
|
||||||
|
)
|
||||||
|
|
||||||
elif "nothing" in query or "abort" in query or "stop" in query:
|
elif "nothing" in query or "abort" in query or "stop" in query:
|
||||||
speak("okay")
|
speak("okay")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user