Skip to content

Commit

Permalink
fix execute
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Jun 23, 2024
1 parent 1cd8641 commit e092657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/imjoy_rpc/VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.5.54"
"version": "0.5.54-post1"
}
2 changes: 1 addition & 1 deletion python/imjoy_rpc/hypha/websocket_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ async def message_handler(event):
js.globalThis.api = server
try:
if enable_execution and execute:
await execute(server)
await execute(server, config)
elif enable_execution and config.get("scripts"):
for script in config["scripts"]:
if script.get("lang") != "python":
Expand Down

0 comments on commit e092657

Please sign in to comment.