From 45478b592e84a89dfb62df3a597cfa6c2461b38f Mon Sep 17 00:00:00 2001 From: pictuga Date: Mon, 16 Jun 2014 14:06:42 +0200 Subject: [PATCH] Remove cache-redirect Some kind of no-longer-working code left-over --- morss/morss.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/morss/morss.py b/morss/morss.py index 247dba2..f3d065c 100644 --- a/morss/morss.py +++ b/morss/morss.py @@ -496,10 +496,6 @@ def Fetch(url, cache, options): log('url redirect') log(url) - if 'cache' in cache: - cache.redirect(cache.get('cache')) - log('cache redirect') - # fetch feed if not options.theforce and 'xml' in cache and cache.age('xml') < DELAY and 'style' in cache: log('xml cached')