how did that happen

This commit is contained in:
Mint 2022-12-23 11:42:06 +03:00
parent 3ca7aceacb
commit 9f4f1d85dd

View file

@ -51,7 +51,7 @@ class ReplyBot:
return False
def check_thread_length(self, xontext) -> bool:
def check_thread_length(self, context) -> bool:
"""return whether the thread is too long to reply to"""
posts = 0
for post in context['ancestors']: