create reporting engine to distribute spots
This commit is contained in:
@@ -11,7 +11,7 @@ from owrx.sdr import SdrService
|
||||
from socketserver import ThreadingMixIn
|
||||
from owrx.service import Services
|
||||
from owrx.websocket import WebSocketConnection
|
||||
from owrx.pskreporter import PskReporter
|
||||
from owrx.reporting import ReportingEngine
|
||||
from owrx.version import openwebrx_version
|
||||
|
||||
|
||||
@@ -67,4 +67,4 @@ Support and info: https://groups.io/g/openwebrx
|
||||
except KeyboardInterrupt:
|
||||
WebSocketConnection.closeAll()
|
||||
Services.stop()
|
||||
PskReporter.stop()
|
||||
ReportingEngine.stop()
|
||||
|
||||
Reference in New Issue
Block a user