Skip to content

Commit 70f25dc

Browse files
final change lol, fix var names to match
1 parent ca95d40 commit 70f25dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ async def dynamic_download(request: Request, key: str, file_name: str = Query(..
278278
async with browser:
279279
page = await browser.new_page()
280280
try:
281-
response = await page.goto(url)
281+
response = await page.goto(result)
282282
if response.ok:
283283
content = await response.body()
284284
finally:

0 commit comments

Comments
 (0)