This commit is contained in:
Paul Gauthier 2024-08-13 10:04:05 -07:00
parent d2435c2e00
commit 26fe63b7ac

View file

@ -50,7 +50,6 @@ class Analytics:
if data_file.exists():
with open(data_file, "r") as f:
data = json.load(f)
dump(data)
if "disabled" in data and data["disabled"]:
self.disable = True
self.mp = None