mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
skip ph.shutdown for faster exit
This commit is contained in:
parent
d9b1bcbdcc
commit
3ee78ef557
1 changed files with 0 additions and 4 deletions
|
@ -214,7 +214,3 @@ class Analytics:
|
|||
with open(self.logfile, "a") as f:
|
||||
json.dump(log_entry, f)
|
||||
f.write("\n")
|
||||
|
||||
def __del__(self):
|
||||
if self.ph:
|
||||
self.ph.shutdown()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue