fix reporting system shutdown

This commit is contained in:
Jakob Ketterl 2021-01-14 22:55:35 +01:00
parent e3aa3fa4c6
commit 747a5ce7ef
1 changed files with 1 additions and 1 deletions

View File

@ -67,4 +67,4 @@ Support and info: https://groups.io/g/openwebrx
except KeyboardInterrupt:
WebSocketConnection.closeAll()
Services.stop()
ReportingEngine.stop()
ReportingEngine.stopAll()