From 8bbdc861c88cc1343cd0971fb5d3c0424616db93 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 30 Mar 2026 04:34:07 -0400 Subject: [PATCH] =?UTF-8?q?Chakra:=20fix=20t.hz=20=E2=86=92=20t.frequency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- tracks/chakra.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracks/chakra.py b/tracks/chakra.py index b56e674..323046d 100644 --- a/tracks/chakra.py +++ b/tracks/chakra.py @@ -49,7 +49,7 @@ for name, t in [("Root", root_tone), ("Sacral", sacral_tone), ("Solar", solar_tone), ("Heart", heart_tone), ("Throat", throat_tone), ("Third Eye", third_eye_tone), ("Crown", crown_tone)]: - print(f" {name:10s}: {t} ({t.hz:.0f} Hz)") + print(f" {name:10s}: {t} ({t.frequency:.0f} Hz)") # ── Keys for each chakra section ──────────────────────────────── # Root/Sacral: G major (grounding)