fix analytics
This commit is contained in:
parent
81284fcc02
commit
b91219575f
@ -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()
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
const cacheName = 'gottesdienste-v1';
|
const cacheName = 'gottesdienste-v1.1';
|
||||||
const assets = [
|
const assets = [
|
||||||
'/',
|
'/',
|
||||||
'/static/styles.css',
|
'/static/styles.css',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user