mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14: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
|
@ -232,6 +232,7 @@ class Coder:
|
|||
attribute_commit_message=False,
|
||||
aider_commit_hashes=None,
|
||||
map_mul_no_files=8,
|
||||
verify_ssl=True,
|
||||
):
|
||||
if not fnames:
|
||||
fnames = []
|
||||
|
@ -284,7 +285,7 @@ class Coder:
|
|||
|
||||
self.show_diffs = show_diffs
|
||||
|
||||
self.commands = Commands(self.io, self, voice_language)
|
||||
self.commands = Commands(self.io, self, voice_language, verify_ssl=verify_ssl)
|
||||
|
||||
if use_git:
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue