We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f35c3d + 120f37a commit d13ca0cCopy full SHA for d13ca0c
harmonizer/main.py
@@ -121,7 +121,9 @@ def _communicate_startup(self):
121
print(f"Version 1.5 • {self.engine.get_engine_version()}")
122
print()
123
print("🎯 Checking if your functions DO what their names SAY")
124
- print(f" Threshold: {self.disharmony_threshold} (scores below = harmonious)")
+ print(
125
+ f" Threshold: {self.disharmony_threshold} (scores below = harmonious)"
126
+ )
127
print("=" * 70)
128
129
def analyze_file(self, file_path: str) -> Dict[str, Dict]:
0 commit comments