소스 검색

fix

master
vision GitHub 1 년 전
부모
커밋
5ba8fdc5e7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      channel/wechatmp/wechatmp_channel.py

+ 1
- 1
channel/wechatmp/wechatmp_channel.py 파일 보기

@@ -94,7 +94,7 @@ class WechatMPChannel(ChatChannel):
# support: <2M, <60s, mp3/wma/wav/amr
try:
with open(path, "rb") as f:
response = self.client.media.upload("voice", f)
response = self.client.material.add("voice", f)
logger.debug("[wechatmp] upload voice response: {}".format(response))
f_size = os.fstat(f.fileno()).st_size
time.sleep(1.0 + 2 * f_size / 1024 / 1024)


Loading…
취소
저장