Commit ecde580c by Juan Pablo dure

postlogin sin timer

1 parent 73a28591
......@@ -34,11 +34,11 @@ class FosaDiaria():
mes = now.strftime("%m")
ano = now.strftime("%Y")
self.LimpiarCarpertaDescarga()
sleep(5)
#sleep(5)
URL = f"""https://rto.cent.gov.ar/rto/report/planillaDiariaEXCEL/planillaDiariaEXCEL?codTaller=54&fechaConsulta={dia}%2F{mes}%2F{ano}&agruparPorLinea=false&format=excel&extension=xls"""
print(URL)
selenium.get(URL)
sleep(5)
#sleep(5)
self.BajarExcel()
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!