mirror of
https://github.com/kennethreitz/interpretations.git
synced 2026-06-05 23:00:19 +00:00
Chakra: fix t.hz → t.frequency
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user