Compare commits
2 Commits
7a75a5868e
...
0307bf0857
| Author | SHA1 | Date | |
|---|---|---|---|
| 0307bf0857 | |||
| b4237654e3 |
2
app.py
2
app.py
@ -427,7 +427,7 @@ def query_recent_connections():
|
|||||||
]
|
]
|
||||||
|
|
||||||
if connections != last_connections:
|
if connections != last_connections:
|
||||||
socketio.emit('recent_connections', connections)
|
socketio.emit('recent_connections', connections, broadcast=True)
|
||||||
last_connections = connections.copy()
|
last_connections = connections.copy()
|
||||||
|
|
||||||
socketio.sleep(1)
|
socketio.sleep(1)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
const cacheName = 'gottesdienste-v1.8';
|
const cacheName = 'gottesdienste-v1.9';
|
||||||
const assets = [
|
const assets = [
|
||||||
'/',
|
'/',
|
||||||
'/static/app.css',
|
'/static/app.css',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user