Skip to content

Commit 0240e69

Browse files
author
parita pooj
committed
for client socket
1 parent 9e7a2fa commit 0240e69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

socket-programming/echo-client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
while 1:
1313
# read from keyboard
1414
if data:
15-
print 'Received:',data.'%'
15+
print 'Received:',data,'%'
1616
else:
1717
data = raw_input("Data:")
1818
if data:

0 commit comments

Comments
 (0)