morss: remove deprecated peace of code
This commit is contained in:
parent
ff26a560cb
commit
e09d0abf54
@ -513,9 +513,6 @@ def cgi_app(environ, start_response):
|
||||
# get the work done
|
||||
url, rss = FeedFetch(url, options)
|
||||
|
||||
if headers['content-type'] == 'text/xml':
|
||||
headers['content-type'] = rss.mimetype[0]
|
||||
|
||||
start_response(headers['status'], list(headers.items()))
|
||||
|
||||
rss = FeedGather(rss, url, options)
|
||||
|
Loading…
x
Reference in New Issue
Block a user