can't remember
This commit is contained in:
parent
c67bcc32e7
commit
fa63ea104b
9 changed files with 53 additions and 6 deletions
|
@ -31,7 +31,7 @@ Command: define\n\
|
|||
Content-Type: text\n\
|
||||
Content-Length: 49\n\
|
||||
\n\
|
||||
function myFun() {return callErlang('a', 'b') ;}" % token)
|
||||
function myFun() {return 'Hello World!' ;}" % token)
|
||||
fs = s.makefile()
|
||||
data = fs.readline()
|
||||
print "Token:", token
|
||||
|
|
Reference in a new issue