Allowing failed source to restart without having to restart whole OWRX.
This commit is contained in:
parent
5cd0847362
commit
f69bcbbca0
@ -274,8 +274,10 @@ class SdrSource(ABC):
|
||||
if self.monitor:
|
||||
return
|
||||
|
||||
if self.isFailed():
|
||||
return
|
||||
# allow failed sdr source to restart, without having to
|
||||
# restart entire OpenWebRX
|
||||
#if self.isFailed():
|
||||
# return
|
||||
|
||||
try:
|
||||
self.preStart()
|
||||
|
Loading…
x
Reference in New Issue
Block a user