From 747a5ce7efcb8dcc09757f2c9174d161cfa84a3f Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Thu, 14 Jan 2021 22:55:35 +0100 Subject: [PATCH] fix reporting system shutdown --- owrx/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()