forked from retoor/devplacepy
Update
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user