mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 03:35:00 +00:00
fix: Update the path for the Mixpanel UUID file
This commit is contained in:
parent
4bad876f66
commit
5a28d499a8
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class Analytics:
|
||||||
}
|
}
|
||||||
|
|
||||||
def get_or_create_uuid(self):
|
def get_or_create_uuid(self):
|
||||||
uuid_file = Path.home() / ".aider" / "caches" / "mixpanel-uuid.json"
|
uuid_file = Path.home() / ".aider" / "caches" / "mixpanel.json"
|
||||||
uuid_file.parent.mkdir(parents=True, exist_ok=True)
|
uuid_file.parent.mkdir(parents=True, exist_ok=True)
|
||||||
|
|
||||||
if uuid_file.exists():
|
if uuid_file.exists():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue