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': if options == 'progress':
print 'Content-Type: application/octet-stream' print 'Content-Type: application/octet-stream'
else: else:
print 'Content-Type: text/html' print 'Content-Type: text/xml'
print print
cache = os.getcwd() + '/cache' cache = os.getcwd() + '/cache'