This commit is contained in:
Dan Saunders
2025-02-26 17:56:46 +00:00
parent d3be84fec2
commit 249405b46e
2 changed files with 3 additions and 3 deletions

View File

@@ -174,7 +174,7 @@ class TelemetryManager:
Tuple containing:
- Boolean denoting whether telemetry is enabled or not.
"""
# Parse relevant env vars and fill opt-out default values
# Parse relevant env vars
axolotl_do_not_track = os.getenv("AXOLOTL_DO_NOT_TRACK")
do_not_track = os.getenv("DO_NOT_TRACK")