This commit is contained in:
talksik
2023-04-29 11:34:07 -07:00
parent 5003f03acd
commit 679dad3aea
+2
View File
@@ -56,6 +56,8 @@ def process(text):
dayOfWeek = dt.weekday()
full_month_name = dt.strftime("%B")
tts.say(f"Good morning! Today is {full_month_name} {dt.day}, {dt.year}. The day of the week is {dayOfWeek}")
else:
tts.say("Sorry, I don't understand that command")
tts.say("hello, how can I help you today?")