From cf0fd9b1c2123d8859e21e97a8a0866e98852f49 Mon Sep 17 00:00:00 2001 From: anuj <74948201+anujb6@users.noreply.github.com> Date: Sun, 12 Apr 2026 22:18:07 +0530 Subject: [PATCH] Fix import statements and clean up code --- aria.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aria.py b/aria.py index 7feb5bf..24c49cc 100644 --- a/aria.py +++ b/aria.py @@ -25,8 +25,8 @@ def wishMe(): hour=int(datetime.datetime.now().hour) if hour>=0 and hour<=12: speak("Good Morning!") - elif hour>=12 and hour<18: - speak("Good Afternoon!") + # elif hour>=12 and hour<18: + # speak("Good Afternoon!") else: speak("Good Evening!")