supprimé: m/__init__.pyc
This commit is contained in:
parent
d050fe643c
commit
d593bca4f4
BIN
m/__init__.pyc
BIN
m/__init__.pyc
Binary file not shown.
@ -128,8 +128,8 @@ try :
|
|||||||
val = cookie.value
|
val = cookie.value
|
||||||
ws = create_connection("ws://127.0.0.1/socket",\
|
ws = create_connection("ws://127.0.0.1/socket",\
|
||||||
header={"Cookie:user="+val})
|
header={"Cookie:user="+val})
|
||||||
print "Sending"
|
print "Sending :ask for data"
|
||||||
ws.send("Asf for data")
|
ws.send("Ask for data")
|
||||||
print "Sent"
|
print "Sent"
|
||||||
print "Receiving..."
|
print "Receiving..."
|
||||||
result = ws.recv()
|
result = ws.recv()
|
||||||
@ -182,8 +182,8 @@ try :
|
|||||||
val = cookie.value
|
val = cookie.value
|
||||||
ws = create_connection("ws://127.0.0.1/socket",\
|
ws = create_connection("ws://127.0.0.1/socket",\
|
||||||
header={"Cookie:user="+val})
|
header={"Cookie:user="+val})
|
||||||
print "Sending"
|
print "Sending : ask for data"
|
||||||
ws.send("Asf for data")
|
ws.send("Ask for data")
|
||||||
print "Sent"
|
print "Sent"
|
||||||
print "Receiving..."
|
print "Receiving..."
|
||||||
result = ws.recv()
|
result = ws.recv()
|
||||||
|
Reference in New Issue
Block a user