diff --git a/test.py b/test.py index e77577d..0599b3e 100644 --- a/test.py +++ b/test.py @@ -9,7 +9,7 @@ tts=gTTS(text="Hello I am back to your service sir",lang='en-us') tts.save("Initial.mp3") os.system("mpg321 Initial.mp3 -quiet") - +print("First pull request") def listenToMe(): while True: r=sr.Recognizer() @@ -56,4 +56,4 @@ def listenToMe(): listenToMe() -listenToMe() \ No newline at end of file +listenToMe()