Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DedInc committed May 26, 2022
1 parent 49a05c1 commit 42fb730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions byerecaptcha/byerecaptcha.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ def solveRecaptcha(browser, server=''):

if not exists(modelDir):
installModel()
serverSolve = False
else:
serverUrl = server
serverSolve = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='byerecaptcha',
version='1.2.1',
version='1.2.2',
author='Maehdakvan',
author_email='visitanimation@google.com',
description='Google Recaptcha solver with selenium.',
Expand Down

0 comments on commit 42fb730

Please sign in to comment.