Skip to content

Commit 8cf8e9b

Browse files
fix unbound errors
1 parent 8ffa77e commit 8cf8e9b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,8 @@ async def dynamic_download(request: Request, key: str, file_name: str = Query(..
269269
try:
270270
result = await execute_async_code(code)
271271

272+
content = bytes()
273+
272274
if not BROWSER_WS:
273275
async with aiohttp.ClientSession() as session:
274276
async with session.get(result) as response:

0 commit comments

Comments
 (0)