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
|
||||
ws = create_connection("ws://127.0.0.1/socket",\
|
||||
header={"Cookie:user="+val})
|
||||
print "Sending"
|
||||
ws.send("Asf for data")
|
||||
print "Sending :ask for data"
|
||||
ws.send("Ask for data")
|
||||
print "Sent"
|
||||
print "Receiving..."
|
||||
result = ws.recv()
|
||||
@ -182,8 +182,8 @@ try :
|
||||
val = cookie.value
|
||||
ws = create_connection("ws://127.0.0.1/socket",\
|
||||
header={"Cookie:user="+val})
|
||||
print "Sending"
|
||||
ws.send("Asf for data")
|
||||
print "Sending : ask for data"
|
||||
ws.send("Ask for data")
|
||||
print "Sent"
|
||||
print "Receiving..."
|
||||
result = ws.recv()
|
||||
|
Reference in New Issue
Block a user