mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
Make playwright obey the --no-verify-ssl
switch
This commit is contained in:
parent
97e51e60fc
commit
cb819e8db1
3 changed files with 10 additions and 4 deletions
|
@ -487,6 +487,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
attribute_author=args.attribute_author,
|
||||
attribute_committer=args.attribute_committer,
|
||||
attribute_commit_message=args.attribute_commit_message,
|
||||
verify_ssl=args.verify_ssl,
|
||||
)
|
||||
|
||||
except ValueError as err:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue