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',