morss: remove deprecated peace of code

master
pictuga 2020-05-07 16:05:30 +02:00
parent ff26a560cb
commit e09d0abf54
1 changed files with 0 additions and 3 deletions

View File

@ -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)