This commit is contained in:
XANTRONIX Development 2024-11-25 21:52:27 -05:00
parent 481889c74c
commit 4eecca8630

View file

@ -218,7 +218,7 @@ class Session():
if len(args) > 1: if len(args) > 1:
msgrange = MessageRange.parse(args[1]) msgrange = MessageRange.parse(args[1])
sql += " and " + msgrange.clause() sql += " and " + msgrange.where()
summary = self._newsgroup_summary(newsgroup) summary = self._newsgroup_summary(newsgroup)
cr = self.db.execute(sql, (newsgroup.id)) cr = self.db.execute(sql, (newsgroup.id))