diff --git a/m/__init__.pyc b/m/__init__.pyc deleted file mode 100644 index f522210..0000000 Binary files a/m/__init__.pyc and /dev/null differ diff --git a/test/botTest.py b/test/botTest.py index 0a1097c..10a8ffc 100644 --- a/test/botTest.py +++ b/test/botTest.py @@ -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()