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(): ...@@ -178,13 +178,13 @@ def report():
except: except:
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) fin = FozaDiaria.BuscarDatosDominio(plate.upper(),selenium=s)
print(fin) # print(fin)
answer['header']["hora"] = fin answer['header']["hora"] = fin
except Exception as E: #except Exception as E:
answer['header']["hora"] = apollo.estaticos.Hora() # answer['header']["hora"] = apollo.estaticos.Hora()
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)
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!