Commit bf349199 by juan

Mejora general

1 parent c0570e47
......@@ -386,4 +386,4 @@ def _e2q(string):
# Inicio del servicio
if __name__ == "__main__":
app.run("0.0.0.0", port=8765)
\ No newline at end of file
app.run("0.0.0.0")#, port=8765)
\ No newline at end of file
......@@ -54,7 +54,7 @@ class PDF2 {
header.addRelativeChildren([
new Text("Dominio: " + data['patente'], new Vector(Pos.beg_margin , Pos.third), this.font),
new Text("Ingeniero: " + data['ingeniero'], new Vector(Pos.quarter + 4, Pos.third), this.font),
new Text("Fecha y hora " + data['fecha'] + " " + data['hora'], new Vector(Pos.third + 4, Pos.third), this.font)
new Text("Fecha y hora " + data['fecha'] + " " + data['hora'], new Vector(Pos.third + 30, Pos.third), this.font)
]);
return pointer.addxy(0, 3);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!