mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
remove debugging
This commit is contained in:
parent
0f20f1fcdc
commit
0a2a28cb34
1 changed files with 0 additions and 1 deletions
|
|
@ -138,7 +138,6 @@ class OpenWebRxReceiverClient(OpenWebRxClient):
|
|||
def handleTextMessage(self, conn, message):
|
||||
try:
|
||||
message = json.loads(message)
|
||||
logger.debug(message)
|
||||
if "type" in message:
|
||||
if message["type"] == "dspcontrol":
|
||||
if "action" in message and message["action"] == "start":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue