Skip to content

Commit

Permalink
fix api
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Jun 23, 2024
1 parent 1ef5040 commit 8b2b04a
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.53-post4"
"version": "0.5.53-post5"
}
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 @@ -356,7 +356,7 @@ async def message_handler(event):
sys.modules['imjoy_rpc'] = imjoy_rpc

try:
exec(script["content"])
exec(script["content"], {"api": server})
except Exception as e:
await server.update_client_info({
"id": client_id,
Expand Down

0 comments on commit 8b2b04a

Please sign in to comment.