From 9f4f1d85ddfb294fac2742b71b15735f681ad7a4 Mon Sep 17 00:00:00 2001 From: Mint <> Date: Fri, 23 Dec 2022 11:42:06 +0300 Subject: [PATCH] how did that happen --- reply.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reply.py b/reply.py index 201d356..13b72b8 100755 --- a/reply.py +++ b/reply.py @@ -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']: