mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 03:35:00 +00:00
cleanup
This commit is contained in:
parent
d2435c2e00
commit
26fe63b7ac
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ class Analytics:
|
||||||
if data_file.exists():
|
if data_file.exists():
|
||||||
with open(data_file, "r") as f:
|
with open(data_file, "r") as f:
|
||||||
data = json.load(f)
|
data = json.load(f)
|
||||||
dump(data)
|
|
||||||
if "disabled" in data and data["disabled"]:
|
if "disabled" in data and data["disabled"]:
|
||||||
self.disable = True
|
self.disable = True
|
||||||
self.mp = None
|
self.mp = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue