mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-19 21:38:18 +08:00
[voice] fix issue
This commit is contained in:
@@ -40,7 +40,6 @@ class WechatChannel(Channel):
|
||||
tmpFilePath = './tmp/'
|
||||
|
||||
def __init__(self):
|
||||
voices = self.engine.getProperty('voices')
|
||||
isExists = os.path.exists(self.tmpFilePath)
|
||||
if not isExists:
|
||||
os.makedirs(self.tmpFilePath)
|
||||
|
||||
Reference in New Issue
Block a user