From 54926816302eb7eca43c1ba66813d5b6e984ae96 Mon Sep 17 00:00:00 2001 From: Harshil Date: Tue, 30 Oct 2018 14:59:46 +0100 Subject: [PATCH] Update client.py --- simple_client/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple_client/client.py b/simple_client/client.py index e8319a072..db162f43c 100644 --- a/simple_client/client.py +++ b/simple_client/client.py @@ -6,7 +6,7 @@ HOST, PORT = '127.0.0.1', 1400 s = socket.socket( - socket.AF_INET # ADDRESS FAMILIES + socket.AF_INET, # ADDRESS FAMILIES #Name Purpose #AF_UNIX, AF_LOCAL Local communication #AF_INET IPv4 Internet protocols