Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
kaliiiiiiiiii committed Apr 12, 2024
1 parent 3d73e19 commit 226fe42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/debug_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ async def conversion_driverless() -> typing.Tuple[typing.List[typing.Tuple], typ
options.add_argument(flag)
options.add_argument("--device-scale-factor=0.4")
async with Chrome() as driver:
async_input = await AsyncInput(pid=13)
async_input = await AsyncInput(browser=driver)

driver.async_input = async_input
return await get_conversion(driver)
Expand Down

0 comments on commit 226fe42

Please sign in to comment.