fix: image limit

This commit is contained in:
zhayujie
2024-01-25 15:40:52 +08:00
parent 8e23d0df20
commit 78376d591b

View File

@@ -389,7 +389,7 @@ class LinkAIBot(Bot):
try:
i = 0
for url in image_urls:
if i >= 2:
if i >= 1:
continue
i += 1
if url.endswith(".mp4"):