Commit 6f332a7d by Juan Pablo dure

dasd

1 parent 90897821
Showing 1 changed file with 5 additions and 5 deletions
......@@ -178,13 +178,13 @@ def report():
except:
s.driver.quit()
return f"Error en el login"
try:
#try:
fin = FozaDiaria.BuscarDatosDominio(plate.upper(),selenium=s)
print(fin)
# print(fin)
answer['header']["hora"] = fin
except Exception as E:
answer['header']["hora"] = apollo.estaticos.Hora()
print("EError al generar hora de finalizacion ",E)
#except Exception as E:
# answer['header']["hora"] = apollo.estaticos.Hora()
# 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!