Explorar el Código

fix: image limit

develop
zhayujie hace 10 meses
padre
commit
78376d591b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bot/linkai/link_ai_bot.py

+ 1
- 1
bot/linkai/link_ai_bot.py Ver fichero

@@ -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"):


Cargando…
Cancelar
Guardar