Skip to content

Commit 504a3a2

Browse files
committed
Cleanup
1 parent 677f28b commit 504a3a2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/websocket.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
def broadcast(message):
44
# Loop through latest clients because they have more chance to be connected
55
for client in ws_clients[::-1].copy():
6-
print(client, end=" ")
76
try:
87
client.send(message)
98
except Exception as e:

0 commit comments

Comments
 (0)