zhou12189108 commited on
Commit
c14503f
·
1 Parent(s): e9c7332

Update recaptcha_base.py

Browse files
Files changed (1) hide show
  1. recaptcha_base.py +1 -1
recaptcha_base.py CHANGED
@@ -33,7 +33,7 @@ async def route_continuation(route, request, host, sitekey, action):
33
  await route.continue_()
34
 
35
 
36
- async def get_token(host, sitekey, action, cookie):
37
  async with async_playwright() as p:
38
  browser = await p.firefox.launch_persistent_context(
39
  user_data_dir="test",
 
33
  await route.continue_()
34
 
35
 
36
+ async def get_token(host, sitekey, action):
37
  async with async_playwright() as p:
38
  browser = await p.firefox.launch_persistent_context(
39
  user_data_dir="test",