From 7f9dcff849a7ad088fec960d3c6fc320721ad8a2 Mon Sep 17 00:00:00 2001 From: kaliko Date: Thu, 30 Sep 2021 15:19:43 +0200 Subject: [PATCH] Update dead http link --- sima/lib/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sima/lib/http.py b/sima/lib/http.py index 2921481..949b306 100644 --- a/sima/lib/http.py +++ b/sima/lib/http.py @@ -232,7 +232,7 @@ class CacheController(object): self.cache.set(cache_url, resp) # Force one month max age if no Cache-Control header is found # Overriding header disappearance on LastFM web service... - # https://getsatisfaction.com/lastfm/topics/-web-api-http-cache-control-header + # https://gitlab.com/kaliko/sima/-/issues/7 elif CacheController.CACHE_ANYWAY: resp.headers['Cache-Control'] = 'max-age=2419200' self.cache.set(cache_url, resp) -- 2.39.2