style: Fix formatting in analytics.py

This commit is contained in:
Paul Gauthier (aider) 2024-08-12 18:26:11 -07:00
parent 82250db8af
commit 13eaf5e5ce

View file

@ -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)