guard release code against redaction placeholders

This commit is contained in:
732642856
2026-07-13 22:53:04 +08:00
parent 67b217efd7
commit 7ae756f97b
5 changed files with 32 additions and 3 deletions
+1 -1
View File
@@ -404,7 +404,7 @@ if __name__ == '__main__':
print(f"行星经度: { {k: f'{v:.1f}' for k,v in test_planets.items()} }")
print()
result = narayana_dasha_full_report(test_lagna, test_planets, test_age, REDACTED_YEAR)
result = narayana_dasha_full_report(test_lagna, test_planets, test_age, 1990)
print("=== 大运序列 ===")
for p in result['mahadasha_sequence']: