From e6e27f32407a8d8dcb3b05034a91f5b6dc5c4f6b Mon Sep 17 00:00:00 2001 From: electro199 Date: Thu, 2 Feb 2023 16:01:55 +0500 Subject: [PATCH] changed TikTokTTSException msg --- TTS/TikTok.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTS/TikTok.py b/TTS/TikTok.py index ed21a78..2bcbd6d 100644 --- a/TTS/TikTok.py +++ b/TTS/TikTok.py @@ -162,6 +162,6 @@ class TikTokTTSException(Exception): return f"Code: {self._code}, reason: the speaker doesn't exist, message: {self._message}" if self._code == 5: - return f"Would you mind add session id in config ??" + return f"You have to add session id in config to use titok TTS" return f"Code: {self._message}, reason: unknown, message: {self._message}"