This commit is contained in:
XANTRONIX 2025-04-09 09:30:59 -04:00
parent 70f8fc9726
commit 49c58c94da

View file

@ -339,7 +339,7 @@ class Session(Connection):
for newsgroup in self.each_newsgroup():
self.print("%s %d %s" % (
name,
newsgroup.name,
newsgroup.created_on.timestamp(),
newsgroup.created_by
))