mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
fix: remove duplicate detect_urls parameter in Coder class
This commit is contained in:
parent
7122ceb16c
commit
21bb83c55a
1 changed files with 1 additions and 0 deletions
|
@ -269,6 +269,7 @@ class Coder:
|
|||
suggest_shell_commands=True,
|
||||
chat_language=None,
|
||||
detect_urls=True,
|
||||
detect_urls=True,
|
||||
):
|
||||
# Fill in a dummy Analytics if needed, but it is never .enable()'d
|
||||
self.analytics = analytics if analytics is not None else Analytics()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue