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