diff --git a/owrx/__main__.py b/owrx/__main__.py index 6afcb93..517c5ad 100644 --- a/owrx/__main__.py +++ b/owrx/__main__.py @@ -67,4 +67,4 @@ Support and info: https://groups.io/g/openwebrx except KeyboardInterrupt: WebSocketConnection.closeAll() Services.stop() - ReportingEngine.stop() + ReportingEngine.stopAll()