From 7cd8bf482c1f06c37bc3e2c65c8e17c8fa0112b4 Mon Sep 17 00:00:00 2001 From: samiabat Date: Wed, 23 Jul 2025 01:34:06 +0300 Subject: [PATCH] add else --- api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.py b/api.py index 0fcfc66f..2234e5a1 100644 --- a/api.py +++ b/api.py @@ -957,7 +957,7 @@ def version_4_cli( path = "idols/loude-siratori/cheering.wav" elif shouting_type == "joyful": path = "idols/loude-siratori/joyful.wav" - elif shouting_type == "surprised": + else: path = "idols/loude-siratori/surprised.wav"