Starting erlang_js properly, and modified python_client tot start two sequential connections
This commit is contained in:
parent
79777e7b1c
commit
7267781b64
4 changed files with 8 additions and 5 deletions
|
@ -3,4 +3,5 @@
|
|||
|
||||
start() ->
|
||||
application:start(inets),
|
||||
application:start(erlang_js),
|
||||
application:start(ggs).
|
||||
|
|
Reference in a new issue