parent
8270685ac6
commit
45478b592e
|
@ -496,10 +496,6 @@ def Fetch(url, cache, options):
|
||||||
log('url redirect')
|
log('url redirect')
|
||||||
log(url)
|
log(url)
|
||||||
|
|
||||||
if 'cache' in cache:
|
|
||||||
cache.redirect(cache.get('cache'))
|
|
||||||
log('cache redirect')
|
|
||||||
|
|
||||||
# fetch feed
|
# fetch feed
|
||||||
if not options.theforce and 'xml' in cache and cache.age('xml') < DELAY and 'style' in cache:
|
if not options.theforce and 'xml' in cache and cache.age('xml') < DELAY and 'style' in cache:
|
||||||
log('xml cached')
|
log('xml cached')
|
||||||
|
|
Loading…
Reference in New Issue