fix: Update the path for the Mixpanel UUID file

This commit is contained in:
Paul Gauthier 2024-08-12 20:41:09 -07:00 committed by Paul Gauthier (aider)
parent 4bad876f66
commit 5a28d499a8

View file

@ -31,7 +31,7 @@ class Analytics:
}
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)
if uuid_file.exists():