Merge branch 'master' of https://git.ll5.de/lelo/app.bethaus
This commit is contained in:
commit
ba49cae30e
@ -179,7 +179,6 @@ def dashboard():
|
||||
WHERE timestamp >= ?
|
||||
GROUP BY ip_address
|
||||
ORDER BY count DESC
|
||||
LIMIT 1000
|
||||
''', (start.isoformat(),))
|
||||
ip_rows = cursor.fetchall()
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
const cacheName = 'gottesdienste-v1';
|
||||
const cacheName = 'gottesdienste-v1.1';
|
||||
const assets = [
|
||||
'/',
|
||||
'/static/styles.css',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user