Skip to content

Commit d37829d

Browse files
authored
Update captcha_solver.py
1 parent 4229f12 commit d37829d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

captcha_solver.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
async def getPageData():
1919
global s
2020
config = Config()
21-
# add extension if needed
22-
# config.add_extension(os.path.join(os.getcwd(), "plugin/2captcha"))
21+
# add extension if needed, comment below line if you don't want to use captcha solver
22+
config.add_extension(os.path.join(os.getcwd(), "plugin/2captcha"))
2323
driver = await uc.start(config=config)
2424
page = await driver.get(target_link)
2525
sleep(1)

0 commit comments

Comments
 (0)