We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8bf1d8 commit f71b515Copy full SHA for f71b515
1 file changed
src/tourist/service/driver.py
@@ -48,7 +48,6 @@ async def chrome(**kws):
48
"--ignore-certificate-errors",
49
"--remote-debugging-port=9222",
50
],
51
- **kws,
52
)
53
yield context
54
await context.close()
0 commit comments