mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
style: Fix formatting in analytics.py
This commit is contained in:
parent
82250db8af
commit
13eaf5e5ce
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class Analytics:
|
||||||
"event": event_name,
|
"event": event_name,
|
||||||
"properties": properties,
|
"properties": properties,
|
||||||
"user_id": self.user_id,
|
"user_id": self.user_id,
|
||||||
"time": int(time.time())
|
"time": int(time.time()),
|
||||||
}
|
}
|
||||||
with open(self.logfile, "a") as f:
|
with open(self.logfile, "a") as f:
|
||||||
json.dump(log_entry, f)
|
json.dump(log_entry, f)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue