Make 'LIST HEADERS' accept arbitrary args, for now
This commit is contained in:
parent
89440f2bf9
commit
867f900c71
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ class Session(Connection):
|
||||||
':bytes',
|
':bytes',
|
||||||
]
|
]
|
||||||
|
|
||||||
def _cmd_list_headers(self):
|
def _cmd_list_headers(self, *args):
|
||||||
self.respond(ResponseCode.NNTP_INFORMATION_FOLLOWS, "metadata items supported")
|
self.respond(ResponseCode.NNTP_INFORMATION_FOLLOWS, "metadata items supported")
|
||||||
|
|
||||||
for name in self.SUPPORTED_HEADERS:
|
for name in self.SUPPORTED_HEADERS:
|
||||||
|
|
Loading…
Add table
Reference in a new issue