mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +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,
|
||||
"properties": properties,
|
||||
"user_id": self.user_id,
|
||||
"time": int(time.time())
|
||||
"time": int(time.time()),
|
||||
}
|
||||
with open(self.logfile, "a") as f:
|
||||
json.dump(log_entry, f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue