Fix bug
This commit is contained in:
parent
70f8fc9726
commit
49c58c94da
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ class Session(Connection):
|
||||||
|
|
||||||
for newsgroup in self.each_newsgroup():
|
for newsgroup in self.each_newsgroup():
|
||||||
self.print("%s %d %s" % (
|
self.print("%s %d %s" % (
|
||||||
name,
|
newsgroup.name,
|
||||||
newsgroup.created_on.timestamp(),
|
newsgroup.created_on.timestamp(),
|
||||||
newsgroup.created_by
|
newsgroup.created_by
|
||||||
))
|
))
|
||||||
|
|
Loading…
Add table
Reference in a new issue