소스 검색

fix: image num

master
zhayujie 10 달 전
부모
커밋
1e0822703a
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. +0
    -4
      bot/linkai/link_ai_bot.py

+ 0
- 4
bot/linkai/link_ai_bot.py 파일 보기

@@ -387,11 +387,7 @@ class LinkAIBot(Bot):
if not image_urls:
return
try:
i = 0
for url in image_urls:
if i >= 3:
continue
i += 1
if url.endswith(".mp4"):
reply_type = ReplyType.VIDEO_URL
elif url.endswith(".pdf") or url.endswith(".doc") or url.endswith(".docx"):


Loading…
취소
저장