diff --git a/owrx/__main__.py b/owrx/__main__.py index 07a5de2..26ac4c8 100644 --- a/owrx/__main__.py +++ b/owrx/__main__.py @@ -72,7 +72,9 @@ Support and info: https://groups.io/g/openwebrx server = ThreadedHttpServer(("0.0.0.0", coreConfig.get_web_port()), RequestHandler) server.serve_forever() except SignalException: - WebSocketConnection.closeAll() - Services.stop() - ReportingEngine.stopAll() - DecoderQueue.stopAll() + pass + + WebSocketConnection.closeAll() + Services.stop() + ReportingEngine.stopAll() + DecoderQueue.stopAll()