mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-02-06 23:44:19 +01:00
connection handling fix
This commit is contained in:
parent
2121739925
commit
b7fc6a9c87
|
|
@ -15,12 +15,12 @@ class OpenWebRxClient(object):
|
|||
def __init__(self, conn):
|
||||
self.conn = conn
|
||||
|
||||
ClientRegistry.getSharedInstance().addClient(self)
|
||||
|
||||
self.dsp = None
|
||||
self.sdr = None
|
||||
self.configSub = None
|
||||
|
||||
ClientRegistry.getSharedInstance().addClient(self)
|
||||
|
||||
pm = PropertyManager.getSharedInstance()
|
||||
|
||||
self.setSdr()
|
||||
|
|
|
|||
Loading…
Reference in a new issue