zhou12189108 commited on
Commit
2f414ac
1 Parent(s): 52903c4

Upload hcaptcha_solver.py

Browse files
Files changed (1) hide show
  1. hcaptcha_solver.py +1 -1
hcaptcha_solver.py CHANGED
@@ -14,7 +14,7 @@ tmp_dir = Path(__file__).parent.joinpath("tmp_dir")
14
  contexts = None
15
 
16
 
17
- def __init__():
18
  async with async_playwright() as p:
19
  global contexts
20
  contexts = p.firefox.launch_persistent_context(
 
14
  contexts = None
15
 
16
 
17
+ async def __init__():
18
  async with async_playwright() as p:
19
  global contexts
20
  contexts = p.firefox.launch_persistent_context(