Commit 5ea36c6c by juan

saco print

1 parent ee0abe0e
...@@ -290,7 +290,7 @@ class hgt_soporte_incidencia(models.Model): ...@@ -290,7 +290,7 @@ class hgt_soporte_incidencia(models.Model):
} }
datos_json = json.dumps(datos) datos_json = json.dumps(datos)
print(datos_json) #print(datos_json)
f = requests.post(f"{HgtUrlBase}soporteIncidencias/crear", data=datos_json, headers=headers) f = requests.post(f"{HgtUrlBase}soporteIncidencias/crear", data=datos_json, headers=headers)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!