forked from retoor/devplacepy
Update
This commit is contained in:
@@ -433,7 +433,7 @@ class BotSocialMixin:
|
||||
mentioner = ""
|
||||
if comment_loc is not None:
|
||||
try:
|
||||
parent_text = (await comment_loc.inner_text() or "")[:1000]
|
||||
parent_text = (await comment_loc.inner_text() or "")[:125000]
|
||||
except Exception:
|
||||
parent_text = ""
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user