Skip to content

Commit e7285ac

Browse files
committed
fix: compatibility with ovos-plugin-manager 1.X.X
1 parent b83096f commit e7285ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ovos_tts_plugin_SAM/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def get_tts(self, sentence, wav_file, lang=None, voice=None,
122122
return wav_file, None
123123

124124
@classproperty
125-
def available_languages(self) -> set:
125+
def available_languages(cls) -> set:
126126
"""Return languages supported by this TTS implementation in this state
127127
This property should be overridden by the derived class to advertise
128128
what languages that engine supports.

0 commit comments

Comments
 (0)