From ca2c0c9ce81b1883d8add045f48e3cd6be156cdc Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Wed, 20 Nov 2024 21:17:38 -0500 Subject: [PATCH] Renaming, though may not need that --- lib/nntp/tiny/request.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/nntp/tiny/request.py b/lib/nntp/tiny/request.py index 55729a9..51b84ca 100644 --- a/lib/nntp/tiny/request.py +++ b/lib/nntp/tiny/request.py @@ -1,8 +1,6 @@ import socket - - -class NNTPRequest(): +class Request(): __slots__ = 'buf', 'offset', 'sock', BUFFER_SIZE = 4096