Update agents/agent.py
Browse files- agents/agent.py +2 -1
agents/agent.py
CHANGED
@@ -398,4 +398,5 @@ class VoiceoverAgent:
|
|
398 |
return response.json().get("voices", [])
|
399 |
return []
|
400 |
except Exception as e:
|
401 |
-
return []
|
|
|
|
398 |
return response.json().get("voices", [])
|
399 |
return []
|
400 |
except Exception as e:
|
401 |
+
return []
|
402 |
+
|