Skip to content

Commit ea97565

Browse files
committed
minor bug fix
1 parent f52ba20 commit ea97565

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

extensions/elevenlabs_tts/script.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ def refresh_voices():
3838
if client is None:
3939
client = update_api_key(params['api_key'])
4040
response = client.voices.get_all(show_legacy=True)
41-
print(f"Available voices: {female_voices}")
42-
return voice_names
41+
return response
4342

4443
def refresh_voices_dd():
4544
all_voices = refresh_voices()

0 commit comments

Comments
 (0)