Commit a2323294 authored by Sander van Veen's avatar Sander van Veen

Adde missing constant MSGLEN

parent b691a5fa
...@@ -4,6 +4,7 @@ class Client: ...@@ -4,6 +4,7 @@ class Client:
""" """
Chat client Chat client
""" """
MSGLEN = 512
def __init__(self): def __init__(self):
self.sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) self.sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment