diff --git a/csdr/chain/digimodes.py b/csdr/chain/digimodes.py index 9054894b..8249d4a0 100644 --- a/csdr/chain/digimodes.py +++ b/csdr/chain/digimodes.py @@ -123,7 +123,7 @@ class RttyDemodulator(SecondaryDemodulator, SecondarySelectorChain): class CwDemodulator(SecondaryDemodulator, SecondarySelectorChain): - def __init__(self, baudRate: float, showCw: bool = false): + def __init__(self, baudRate: float, showCw: bool = False): self.sampleRate = 12000 self.showCw = showCw workers = [