We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b173e9 commit c012f3cCopy full SHA for c012f3c
python/e2b_code_interpreter/code_interpreter_async.py
@@ -193,7 +193,7 @@ async def run_code(
193
194
headers = {}
195
if self._envd_access_token:
196
- headers = {"X-Access-Token": self._envd_access_token}
+ headers = {"X-Access-Token": self._envd_access_token or ""}
197
198
try:
199
async with self._client.stream(
@@ -255,7 +255,7 @@ async def create_code_context(
255
256
257
258
259
260
261
response = await self._client.post(
0 commit comments