feeds: pretty_print was made a default

master
pictuga 2018-10-25 01:16:07 +02:00
parent 90110a4661
commit 17856929fe
1 changed files with 1 additions and 1 deletions

View File

@ -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):