Skip to content

Commit

Permalink
Pass api key and domain in sync python resume
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentaTomas committed Dec 16, 2024
1 parent 12898d8 commit d0acaf5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/python-sdk/e2b/sandbox_sync/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,9 @@ def resume(
sandbox_id=sandbox_id,
request_timeout=request_timeout,
timeout=timeout,
api_key=api_key,
domain=domain,
debug=debug,
)

return cls.connect(
Expand Down

0 comments on commit d0acaf5

Please sign in to comment.