diff --git a/lib/nntp/tiny/session.py b/lib/nntp/tiny/session.py index e10be96..baa5ba5 100644 --- a/lib/nntp/tiny/session.py +++ b/lib/nntp/tiny/session.py @@ -384,7 +384,13 @@ class Session(): self.respond(ResponseCode.NNTP_ARTICLE_LISTING_ID_FOLLOWS) sql = """ - select message_id from newsgroup_message where newsgroup_id = ? and created_on >= ? + select + message_id + from + newsgroup_message + where + newsgroup_id = ? + and created_on >= ? """ for name in self.server.newsgroups: