Commit 90897821 by Juan Pablo dure

dsges

1 parent ebeeac43
Showing 1 changed file with 1 additions and 1 deletions
......@@ -165,7 +165,6 @@ def report():
answer['header']['patente'] = plate.upper()
answer['header']["fecha-hora"] = apollo.estaticos.FechaHora()
answer['header']["hora"] = apollo.estaticos.Hora()
answer['header']["ingeniero"] = ing.LeerDatosUsuario(request.cookies["login"])['nombreyapellido']
try:
......@@ -184,6 +183,7 @@ def report():
print(fin)
answer['header']["hora"] = fin
except Exception as E:
answer['header']["hora"] = apollo.estaticos.Hora()
print("EError al generar hora de finalizacion ",E)
try:
answer = gototec(s, answer)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!