We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e73508 commit c866824Copy full SHA for c866824
Fruit_Jam/Fruit_Jam_Spell_Jam/tts_local.py
@@ -92,7 +92,6 @@ def text_to_speech_http(
92
"""
93
94
# Prepare request
95
- print(self.launcher_config.data)
96
endpoint = ""
97
if self.launcher_config and "spell_jam" in self.launcher_config.data:
98
endpoint = self.launcher_config.data["spell_jam"].get("tts_server_endpoint","")
0 commit comments