Change http output mimetype to xml
This commit is contained in:
parent
1f4c219880
commit
cf3934a513
2
morss.py
2
morss.py
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user