|
@@ -8,7 +8,7 @@ import re
|
|
|
import time
|
|
|
from pydub import AudioSegment
|
|
|
|
|
|
-from common import Material
|
|
|
+from common import Material, Feishu
|
|
|
|
|
|
|
|
|
class TTS:
|
|
@@ -48,6 +48,7 @@ class TTS:
|
|
|
except Exception:
|
|
|
if attempt == max_retries - 1:
|
|
|
return None
|
|
|
+ Feishu.bot("zhangyong", '机器自动改造消息通知', f'硅语cookie过期,请及时更换', '张勇')
|
|
|
|
|
|
"""
|
|
|
音频下载到本地
|