This commit is contained in:
CroneKorkN 2025-06-01 14:19:20 +02:00
parent ebe942f014
commit 5d1ed2d422
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -90,7 +90,8 @@ def process_recording(filename):
print(f'{block_date}: {max_amplitude:.1f}rDB @ {max_freq:.1f}Hz (noise {noise:.3f}rDB)')
else:
is_detecting = False
if is_detecting:
is_detecting = False
def main():