This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
J1147
/
CoW
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: image limit
master
zhayujie
10 months ago
parent
8e23d0df20
commit
78376d591b
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bot/linkai/link_ai_bot.py
+ 1
- 1
bot/linkai/link_ai_bot.py
View File
@@ -389,7 +389,7 @@ class LinkAIBot(Bot):
try:
try:
i = 0
i = 0
for url in image_urls:
for url in image_urls:
if i >=
2
:
if i >=
1
:
continue
continue
i += 1
i += 1
if url.endswith(".mp4"):
if url.endswith(".mp4"):
Write
Preview
Loading…
Cancel
Save