Renaming, though may not need that

This commit is contained in:
XANTRONIX Development 2024-11-20 21:17:38 -05:00
parent 282f43679c
commit ca2c0c9ce8

View file

@ -1,8 +1,6 @@
import socket
class NNTPRequest():
class Request():
__slots__ = 'buf', 'offset', 'sock',
BUFFER_SIZE = 4096