Skip to content
Snippets Groups Projects
Commit 0074858f authored by Rafael Schindler's avatar Rafael Schindler
Browse files

Absätze eingefügt

parent 190c6a9e
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,9 @@ def handle_client(client_socket, client_address): ...@@ -9,6 +9,9 @@ def handle_client(client_socket, client_address):
if not data: if not data:
break break
# Sende die empfangene Nachricht an alle anderen Clients # Sende die empfangene Nachricht an alle anderen Clients
broadcast(data, client_socket, client_address) broadcast(data, client_socket, client_address)
except: except:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment