mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-20 22:05:13 +00:00
fix fst4w profile
This commit is contained in:
parent
efac5b0449
commit
3291dbe8d2
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ class Fst4wProfile(WsjtProfile):
|
|||
def getEnabledProfiles():
|
||||
config = Config.get()
|
||||
profiles = config["fst4w_enabled_intervals"] if "fst4w_enabled_intervals" in config else []
|
||||
return [Fst4Profile(i) for i in profiles if i in Fst4Profile.availableIntervals]
|
||||
return [Fst4wProfile(i) for i in profiles if i in Fst4wProfile.availableIntervals]
|
||||
|
||||
|
||||
class WsjtParser(Parser):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue