Skip to content

Commit

Permalink
Switch to use zendriver_flare_bypasser==0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yoori committed Nov 28, 2024
1 parent 6007e3c commit 92001dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def is_installed(pkgname):
'urllib3',
'certifi==2024.8.30',
'websockets==14.0',
'zendriver_flare_bypasser==0.2.0', # 'zendriver @ git+https://github.com/yoori/zendriver.git@flare-bypasser'
'zendriver_flare_bypasser==0.2.1',
'argparse',
'oslex',
'jinja2',
Expand Down
4 changes: 2 additions & 2 deletions src/flare_bypasser/flare_bypass_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,8 +625,8 @@ def server_run():
sys.exit(1)

if args.verbose:
logging.getLogger('nodriver.core.browser').setLevel(logging.DEBUG)
logging.getLogger('uc.connection').setLevel(logging.DEBUG)
logging.getLogger('zendriver_flare_bypasser.core.browser').setLevel(logging.DEBUG)
logging.getLogger('uc.connection').setLevel(logging.DEBUG) # enable DEBUG for zendriver/core/connection.py
logging.getLogger('flare_bypasser.flare_bypasser').setLevel(logging.DEBUG)

global solver_args
Expand Down

0 comments on commit 92001dd

Please sign in to comment.