This commit is contained in:
2026-07-19 18:57:43 +02:00
parent 48bb6c2ec2
commit c53e2a3319
179 changed files with 9307 additions and 897 deletions
+1 -1
View File
@@ -387,7 +387,7 @@ class BotEngageMixin:
idx = random.randrange(limit)
target = comments.nth(idx)
try:
text = (await target.inner_text() or "")[:1000]
text = (await target.inner_text() or "")[:125000]
except Exception:
continue
if not text: