diff --git a/owrx/source/__init__.py b/owrx/source/__init__.py index ae790be..52ad0ec 100644 --- a/owrx/source/__init__.py +++ b/owrx/source/__init__.py @@ -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()