Commit 3bc51c3c by Juan Pablo dure

Agrego una acepcion

1 parent 47857217
Showing 1 changed file with 3 additions and 3 deletions
......@@ -181,10 +181,10 @@ def report():
return f"Error en el login"
try:
fin = FozaDiaria.BuscarDatosDominio(plate.upper(),selenium=s)
#print(fin)
print(fin)
answer['header']["hora"] = fin
except:
pass
except Exception as E:
print("EError al generar hora de finalizacion ",E)
try:
answer = gototec(s, answer)
except:
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!