Skip to content

Commit 5492681

Browse files
authored
Update client.py
1 parent fde422e commit 5492681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple_client/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
s = socket.socket(
88

9-
socket.AF_INET # ADDRESS FAMILIES
9+
socket.AF_INET, # ADDRESS FAMILIES
1010
#Name Purpose
1111
#AF_UNIX, AF_LOCAL Local communication
1212
#AF_INET IPv4 Internet protocols

0 commit comments

Comments
 (0)