From b91219575f411854365f72d52d712ac952946963 Mon Sep 17 00:00:00 2001 From: lelo Date: Mon, 24 Mar 2025 09:06:54 +0000 Subject: [PATCH] fix analytics --- analytics.py | 1 - static/sw.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/analytics.py b/analytics.py index 8835ff9..0d2e500 100644 --- a/analytics.py +++ b/analytics.py @@ -179,7 +179,6 @@ def dashboard(): WHERE timestamp >= ? GROUP BY ip_address ORDER BY count DESC - LIMIT 1000 ''', (start.isoformat(),)) ip_rows = cursor.fetchall() diff --git a/static/sw.js b/static/sw.js index cbdca7f..47ae981 100644 --- a/static/sw.js +++ b/static/sw.js @@ -1,4 +1,4 @@ -const cacheName = 'gottesdienste-v1'; +const cacheName = 'gottesdienste-v1.1'; const assets = [ '/', '/static/styles.css',