From 867f900c71442c1d9eb20e08d259e809b36e57d9 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Thu, 9 Jan 2025 18:47:59 -0500 Subject: [PATCH] Make 'LIST HEADERS' accept arbitrary args, for now --- lib/xenu_nntp/session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xenu_nntp/session.py b/lib/xenu_nntp/session.py index 7d1923d..c093800 100644 --- a/lib/xenu_nntp/session.py +++ b/lib/xenu_nntp/session.py @@ -370,7 +370,7 @@ class Session(Connection): ':bytes', ] - def _cmd_list_headers(self): + def _cmd_list_headers(self, *args): self.respond(ResponseCode.NNTP_INFORMATION_FOLLOWS, "metadata items supported") for name in self.SUPPORTED_HEADERS: