From 3f725db85597f735a2c7ce2b7961bfccadeaf595 Mon Sep 17 00:00:00 2001 From: Abhishek Trivedi <88309373+lucifer2409@users.noreply.github.com> Date: Wed, 15 Feb 2023 13:28:46 +0530 Subject: [PATCH] update app_audio.py Just added an statement for knowing the exact error statement correctly. --- app_audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_audio.py b/app_audio.py index 88819bd..8779afb 100644 --- a/app_audio.py +++ b/app_audio.py @@ -18,4 +18,4 @@ print("Decoded Text : {}".format(text)) except Exception as ex: - print(ex) \ No newline at end of file + print(f"Sorry the following error occured :{ex}")