From cf3934a513d99c64b1e12dfc02082d9846cc9d27 Mon Sep 17 00:00:00 2001 From: pictuga Date: Fri, 28 Jun 2013 13:34:12 +0200 Subject: [PATCH] Change http output mimetype to xml --- morss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morss.py b/morss.py index a1e98b9..4beb9f8 100644 --- a/morss.py +++ b/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'