Change http output mimetype to xml

master
pictuga 2013-06-28 13:34:12 +02:00
parent 1f4c219880
commit cf3934a513
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ if __name__ == "__main__":
if options == 'progress':
print 'Content-Type: application/octet-stream'
else:
print 'Content-Type: text/html'
print 'Content-Type: text/xml'
print
cache = os.getcwd() + '/cache'