fix analytics

This commit is contained in:
lelo 2025-03-24 09:06:54 +00:00
parent 81284fcc02
commit b91219575f
2 changed files with 1 additions and 2 deletions

View File

@ -179,7 +179,6 @@ def dashboard():
WHERE timestamp >= ? WHERE timestamp >= ?
GROUP BY ip_address GROUP BY ip_address
ORDER BY count DESC ORDER BY count DESC
LIMIT 1000
''', (start.isoformat(),)) ''', (start.isoformat(),))
ip_rows = cursor.fetchall() ip_rows = cursor.fetchall()

View File

@ -1,4 +1,4 @@
const cacheName = 'gottesdienste-v1'; const cacheName = 'gottesdienste-v1.1';
const assets = [ const assets = [
'/', '/',
'/static/styles.css', '/static/styles.css',