Merge branch 'master' of https://github.com/luarvique/openwebrx
This commit is contained in:
commit
28e3bf3c50
|
|
@ -66,6 +66,7 @@ class ClientRegistry(object):
|
|||
except ValueError:
|
||||
pass
|
||||
self.broadcast()
|
||||
self.reportClient(client, False)
|
||||
|
||||
def _checkClientCount(self, new_count):
|
||||
for client in self.clients[new_count:]:
|
||||
|
|
|
|||
Loading…
Reference in New Issue