diff --git a/update.py b/update.py index d59d1b76..8b0c3e9b 100644 --- a/update.py +++ b/update.py @@ -324,7 +324,7 @@ for app in apps: apps_disabled += 1 of = open(os.path.join('repo','index.xml'), 'wb') -output = doc.toprettyxml(' ') +output = doc.toxml() of.write(output) of.close()