Fixing showCw default value.

This commit is contained in:
Marat Fayzullin 2023-12-16 18:02:28 -05:00
parent ecdb6d6d06
commit 5b0a045220
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [