def sendCommands(sid, data): CAN.command(data)
def sendCommands(message): msg = message.payload.decode('utf-8').replace("'", '"') msg = json.loads(msg) CAN.command(msg)