Commit 98a54418 by Juan

inicial

1 parent 793a84f6
File mode changed
File mode changed
File mode changed
File mode changed
carpetaDescargas = "/home/juan/Descargas/"
carpetaDescargas = "/home/taller_3/Descargas/"
cabezaeraDescargas = "Planilla_Diaria-54"
grepfile = "/home/juan/Pruebas-RTO/grep.sh"
grepfile = "/home/taller_3/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":""}
}
#!/bin/bash
/home/taller_1/code-server-3.0.0-linux-x86_64/code-server --port 18080 --host 0.0.0.0 --auth none
......@@ -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=50&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/tmpscdecas2.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-50| grep xls | grep -v crdownload &> /dev/shm/tmpscdecas2.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=13000)
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!