Estou este erro : Could not resolve host: application
- Closing connection 0 curl: (6) Could not resolve host: application
ao executar o comando curl em python, podem me ajudar ?
command = "curl -X PUT -v -H 'Content-Type: application/json' -d '{\"nome\"" + ":" + "\"" + app_name + "\"" + "," + "\"versao\"" + ":" + "\"" + app_version + "\"}' " + portal_url
print("Command => ", command)
subprocess.call(command)