remove debugging
This commit is contained in:
parent
0f20f1fcdc
commit
0a2a28cb34
@ -138,7 +138,6 @@ class OpenWebRxReceiverClient(OpenWebRxClient):
|
|||||||
def handleTextMessage(self, conn, message):
|
def handleTextMessage(self, conn, message):
|
||||||
try:
|
try:
|
||||||
message = json.loads(message)
|
message = json.loads(message)
|
||||||
logger.debug(message)
|
|
||||||
if "type" in message:
|
if "type" in message:
|
||||||
if message["type"] == "dspcontrol":
|
if message["type"] == "dspcontrol":
|
||||||
if "action" in message and message["action"] == "start":
|
if "action" in message and message["action"] == "start":
|
||||||
|
Loading…
Reference in New Issue
Block a user