don't use tostring(), maybe add method='text'
This commit is contained in:
parent
75859bd5f4
commit
b3e830665b
3 changed files with 8 additions and 9 deletions
|
|
@ -34,6 +34,6 @@ class CleanBoob(ReplApplication):
|
|||
|
||||
def main(self, argv):
|
||||
for backend, content in self.do('get_thread', argv[1]):
|
||||
self.format(content)
|
||||
#print content
|
||||
#self.format(content)
|
||||
self.format(content.root)
|
||||
return 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue