Commit c937d1d9 by Juan Pablo dure

dffdsz

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