refactor(voicemail): remove unused opus_path variable from VoicemailManager
This commit is contained in:
@@ -133,7 +133,6 @@ class VoicemailManager:
|
||||
raise RuntimeError(msg)
|
||||
|
||||
wav_path = os.path.join(self.greetings_dir, "greeting.wav")
|
||||
opus_path = os.path.join(self.greetings_dir, "greeting.opus")
|
||||
|
||||
try:
|
||||
# espeak-ng to WAV
|
||||
|
||||
Reference in New Issue
Block a user