Skip to content

Commit

Permalink
Update client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
harshildarji authored Oct 30, 2018
1 parent fde422e commit 5492681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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
Expand Down

0 comments on commit 5492681

Please sign in to comment.