mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-02-27 01:54:17 +01:00
Typo fix
Signed-off-by: Dawid SQ6EMM <sq6emm@hamradio.pl>
This commit is contained in:
parent
39406ac0de
commit
c4379c3015
|
|
@ -287,7 +287,7 @@ class Q65Profile(WsjtProfile):
|
|||
return self.interval
|
||||
|
||||
def decoder_commandline(self, file):
|
||||
return ["jt9", "--q65", "-p", str(self.interval), "-b", self.mode.name, "-d", str(self.decoding_depth()), "-F", str(self.jt4_frequency_tolerance()), file]
|
||||
return ["jt9", "--q65", "-p", str(self.interval), "-b", self.mode.name, "-d", str(self.decoding_depth()), "-F", str(self.q65_frequency_tolerance()), file]
|
||||
|
||||
|
||||
class Msk144Profile(WsjtProfile):
|
||||
|
|
|
|||
Loading…
Reference in a new issue