getInterval is needed by audio/chopper.py

This commit is contained in:
Dawid SQ6EMM 2024-03-03 20:39:40 +01:00
parent cde00a0e87
commit d494a59368

View file

@ -215,6 +215,9 @@ class JT4Profile(WsjtProfile):
def __init__(self, submode):
self.submode = submode
def getInterval(self):
return 60
def getSubmode(self):
return self.submode