Compare commits

..

2 Commits

Author SHA1 Message Date
0307bf0857 fix socket 2025-04-21 18:15:00 +00:00
b4237654e3 trigger update of client 2025-04-21 18:04:45 +00:00
2 changed files with 2 additions and 2 deletions

2
app.py
View File

@ -427,7 +427,7 @@ def query_recent_connections():
]
if connections != last_connections:
socketio.emit('recent_connections', connections)
socketio.emit('recent_connections', connections, broadcast=True)
last_connections = connections.copy()
socketio.sleep(1)

View File

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