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