feeds: pretty_print was made a default
This commit is contained in:
parent
90110a4661
commit
17856929fe
@ -171,7 +171,7 @@ class FeedBase(object):
|
||||
|
||||
def tostring(self, **k):
|
||||
""" Returns string using lxml. Arguments passed to tostring """
|
||||
return etree.tostring(self.xml, pretty_print=True, **k)
|
||||
return etree.tostring(self.xml, **k)
|
||||
|
||||
|
||||
class FeedDescriptor(object):
|
||||
|
Loading…
x
Reference in New Issue
Block a user