Skip to content
Snippets Groups Projects
Commit a2323294 authored by Sander van Veen's avatar Sander van Veen
Browse files

Adde missing constant MSGLEN

parent b691a5fa
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ class Client:
"""
Chat client
"""
MSGLEN = 512
def __init__(self):
self.sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
......
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