Commit b1a4d722 by Juan

Empieso a modificar

1 parent 793a84f6
File mode changed
File mode changed
File mode changed
File mode changed
carpetaDescargas = "/home/juan/Descargas/"
cabezaeraDescargas = "Planilla_Diaria-54"
grepfile = "/home/juan/Pruebas-RTO/grep.sh"
carpetaDescargas = "/home/taller_1/Descargas/"
cabezaeraDescargas = "Planilla_Diaria-"
grepfile = "/home/taller_1/Pruebas-RTO/grep.sh"
deltaminutos = 7
delataPositivoNegativo = "-"
File mode changed
{
"mdfernandez054":{"nombreyapellido":"Dolores Fernandez","matricula":""},
"bolattif":{"nombreyapellido":"Federico Bolatti","matricula":""},
"granadaf":{"nombreyapellido":"Granada Fernando","matricula":""},
"ortizr":{"nombreyapellido":"Ortiz","matricula":""},
"martinezh":{"nombreyapellido":"Oracio Martinez","matricula":""},
"marin247":{"nombreyapellido":"Nestor Marin","matricula":""},
"rojasja":{"nombreyapellido":"Jose Rojas","matricula":""},
"boveria":{"nombreyapellido":"Adrian Boveri","matricula":""}
}
......@@ -106,11 +106,11 @@ class FosaDiaria():
mes = now.strftime("%m")
ano = now.strftime("%Y")
self.LimpiarCarpertaDescarga()
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"""
URL = f"""https://rto.cent.gov.ar/rto/report/planillaDiariaEXCEL/planillaDiariaEXCEL?codTaller=126&fechaConsulta={dia}%2F{mes}%2F{ano}&agruparPorLinea=false&format=excel&extension=xls"""
selenium.get(URL)
def BuscarExcelDescargado(self,tmp="/dev/shm/tmpscdecas.txt"):
def BuscarExcelDescargado(self,tmp="/dev/shm/tmpscdecas_1.txt"):
test = True
n = 0
while test:
......
#!/bin/bash
ls /home/juan/Descargas/ -ls |grep Planilla_Diaria-54| grep xls | grep -v crdownload &> /dev/shm/tmpscdecas.txt
\ No newline at end of file
ls /home/juan/Descargas/ -ls | grep Planilla_Diaria-126 | grep xls | grep -v crdownload &> /dev/shm/tmpscdecas_1.txt
File mode changed
File mode changed
......@@ -398,4 +398,4 @@ def _e2q(string):
# Inicio del servicio
if __name__ == "__main__":
app.run("0.0.0.0")#, port=8765)
\ No newline at end of file
app.run("0.0.0.0", port=11000)
File mode changed

6.25 KB | W: | H:

6.25 KB | W: | H:

static/assets/maha.jpg
static/assets/maha.jpg
static/assets/maha.jpg
static/assets/maha.jpg
  • 2-up
  • Swipe
  • Onion skin

4.85 KB | W: | H:

4.85 KB | W: | H:

static/assets/maha.png
static/assets/maha.png
static/assets/maha.png
static/assets/maha.png
  • 2-up
  • Swipe
  • Onion skin
File mode changed
File mode changed
File mode changed
File mode changed
File mode changed
File mode changed
File mode changed
File mode changed
File mode changed
File mode changed
File mode changed
File mode changed
File mode changed
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!