mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 03:35:00 +00:00
track -> enable
This commit is contained in:
parent
96b67ab26c
commit
607a9a8c86
4 changed files with 21 additions and 9 deletions
|
@ -232,7 +232,7 @@ class Coder:
|
|||
total_cost=0.0,
|
||||
analytics=None,
|
||||
):
|
||||
self.analytics = analytics if analytics is not None else Analytics(track=False)
|
||||
self.analytics = analytics if analytics is not None else Analytics(enable=False)
|
||||
self.event = self.analytics.event
|
||||
|
||||
self.commit_before_message = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue