Compare commits
No commits in common. "0307bf08574909c5e5baa68312ac619d10c67880" and "7a75a5868e396a020206bb3a806a3944f65d7aa9" have entirely different histories.
0307bf0857
...
7a75a5868e
2
app.py
2
app.py
@ -427,7 +427,7 @@ def query_recent_connections():
|
||||
]
|
||||
|
||||
if connections != last_connections:
|
||||
socketio.emit('recent_connections', connections, broadcast=True)
|
||||
socketio.emit('recent_connections', connections)
|
||||
last_connections = connections.copy()
|
||||
|
||||
socketio.sleep(1)
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
const cacheName = 'gottesdienste-v1.9';
|
||||
const cacheName = 'gottesdienste-v1.8';
|
||||
const assets = [
|
||||
'/',
|
||||
'/static/app.css',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user